Good day,
I just signed up with PPC myshopping.com.au and used a modified Yahoo! data feed to supply our shop catalog.
MyShopping.com.au suggests to install a modified tracking code into our Checkout Success page in order to send a cookie back to their site so lead conversions are trackable.
The raw code supplied by MyShopping.com.au contains variables required by them and looks like this:
Their instructions are:<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=MY_ID&amount=<? echo $TotalSalesValue ?>&order=<? echo $OrderNumber ?>">
I want to assign the order total (excluding shipping cost) to their required variable $TotalSalesValue and the actual order ID to their variable $OrderNumber.The code should be placed between the <body> tags, You should NOT place the code in the header or footer of your page.
My questions:
1. Which ZC variables should I use?
2. into which file should I insert the code to assign the variables (eg $TotalSalesValue = $what_ever_it_may_be)?
3. into which checkout_success file and where should I insert their raw code?
ZC 1.3.8.a with loads of add-ons
Cold Steel template (modified)
Thanks in advance



