Hi all.
I've been asked to ad some Javascript on the shopping basket page (the one before the order is sent to WorldPay). This code is to enable dealtime to track sales through their system.
Can this be added? and if so which template should be edited? Will Actinic overwrite the code?
Thanks in advance - Andy
The code is:
script language="JavaScript">
var merchant_id = "????"
var order_id = "PUT_YOUR_DATA_HERE"
var order_amt = "PUT_YOUR_DATA_HERE"
var category_id = "PUT_YOUR_DATA_HERE"
var category_name = "PUT_YOUR_DATA_HERE"
var product_id = "PUT_YOUR_DATA_HERE"
var product_name = "PUT_YOUR_DATA_HERE"
</script>
I've been asked to ad some Javascript on the shopping basket page (the one before the order is sent to WorldPay). This code is to enable dealtime to track sales through their system.
Can this be added? and if so which template should be edited? Will Actinic overwrite the code?
Thanks in advance - Andy
The code is:
script language="JavaScript">
var merchant_id = "????"
var order_id = "PUT_YOUR_DATA_HERE"
var order_amt = "PUT_YOUR_DATA_HERE"
var category_id = "PUT_YOUR_DATA_HERE"
var category_name = "PUT_YOUR_DATA_HERE"
var product_id = "PUT_YOUR_DATA_HERE"
var product_name = "PUT_YOUR_DATA_HERE"
</script>
Comment