I need to install the following code to deliver data on product sales generated through placing our products on the Shopzilla shopping portal. Whilst I have checked the community board on suggestions as to how to do this, I remain unlear as to what code to install in the variables below and therefore seek assistance.
<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = '189158';
var cust_type = '';
var order_value = '';
var order_id = '';
var units_ordered = '';
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>
Any suggestions on how I could create a script to deliver information ref. order value and order ID?
I am not a programmer!
Most appreciated.
Thanks
Richard
<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = '189158';
var cust_type = '';
var order_value = '';
var order_id = '';
var units_ordered = '';
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>
Any suggestions on how I could create a script to deliver information ref. order value and order ID?
I am not a programmer!
Most appreciated.
Thanks
Richard
Comment