Is there already a script written to write the values the performance tracker needs into it?
CODE
<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = 'our id goes here';
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>
If not, has anyone else implemented it into their cart?
Thanks in advance!