Zen Cart Logo
Forums / General Questions / Adding sale tracking code for price comparison website

Adding sale tracking code for price comparison website

Views: 677

Results 1 to 3 of 3
3 Sep 2015, 5:04 AM
#1
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

Adding sale tracking code for price comparison website

hi,all,

I have tried search a few threads and add the code myself in /home/igrabcom/public_html/includes/templates/mytheme/checkout_success/tpl_footer.php

but i have get no luck could any one help if i did it right or not? the code i added as below:

<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=my_id&amount=<?php echo $order_summary['order_total']; ?

and here is what frank put in other thread:

https://www.zen-cart.com/showthread.php?148374-PPC-tracking-code-where-to-insert-in-Checkout-Success-page

<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=MY_ID&amount=<? echo $TotalSalesValue ?>&order=<? echo $zv_orders_id ?>">
4 Sep 2015, 12:10 AM
#2
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

Re: Adding sale tracking code for price comparison website

can anyone help with this?

4 Sep 2015, 2:31 AM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Adding sale tracking code for price comparison website

Well if this was all that was put in the file:

<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=my_id&amount=<?php echo $order_summary['order_total']; ? 

Then it is incomplete and therefore likely not to work either.

<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=my_id&amount=<?php echo $order_summary['order_total']; ?>" /> 

May need more info if that doesn't work. Looks right, but let it set in a second.