hello
Trying to get an affiliate tracking code to work. I added it to /public_html/includes/templates/all_business/templates/checkout_success/tpl_footer.php
but it does not show.
Can anyone help me get this working
thanks
ian
hello
Trying to get an affiliate tracking code to work. I added it to /public_html/includes/templates/all_business/templates/checkout_success/tpl_footer.php
but it does not show.
Can anyone help me get this working
thanks
ian
hello
the page to edit appears to be /includes/languages/english/html_includes/define_checkout_success.php, this is where the other checkout success page content is , however when i add the clixgalore or google tracking code it displays no checkout success content (not even the original page content )
Any suggestions, using either clixgalore or idevaffiliate tracking code
<!-- Google Code for medical sheepskins ozwool Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = xxxxxxxx;
var google_conversion_language = "en";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "xxxxxxxxxxxxxxxx";
var google_conversion_value = 50;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/xxxxxxxxxxxxxxxxxx/?value=50&label=xxxxxxxxxxxxxxxx&guid=ON&script=0"/>
</div>
</noscript>
thanks
ian
ok i'm confused as to the actual override folder, if the folder is /includes/languages/english/html_includes/define_checkout_success.php
what is the overrides folder as everything i have tried does not work?
Any one help
thanks
IAn
Hi
I'm trying to get the correct links for the social media icons, I have followed the instructions and put in the correct URL:
This however seems to be pointing it back at my own site so I get a page not found error.Code:Line #55 : define('TWITTER_ICON', 'twitter.png'); Line #64 : define('TWITTER','http://www.twitter.com/barker_cummings');
Is the template picking up the URL from another location?
Hope someone can give me a pointer on this one, it's driving me mad
Thanks
I added that and used both the code
<!-- STart clix code -->
<?
$gv_query1= "SELECT * FROM zen_orders_total WHERE (class='ot_total' AND orders_id='$zv_orders_id')";
$gv_result1 = mysql_query($gv_query1);
$gvrow = mysql_fetch_array($gv_result1);
$gvsv=$gvrow[4];
$gvoid=$gvrow[1];
echo "<img src=\"https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=" . $gvsv . "&OID=" . $gvoid . "\" height=\"0\" width=\"0\" border=\"0\">\n";
?>
<!-- End clix code -->
and (seperately)
<!-- STart clix code -->
<img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=<?php echo $order_summary['order_subtotal']; ?>&OID=<?php echo $order_summary['order_number']; ?>" height="0" width="0" border="0">
<!-- End clix code -->
and all it displayed when called up was this - both sale vale and order id = nothing
<img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=xxxx&SV=&OID=" height="0" width="0" border="0">
any ideas to what is missing?
thanks
ian