Page 1 of 1

Shopzilla Script Variables

Posted: Tue Oct 07, 2008 2:22 pm
by KullySupply
Hello. I need to add this Shopzilla ROI script to our website. Can some help me determine a) where to put the code (what page) and b) how to get the appropriate variables into the script. Thanks!

Code: Select all

<!-- Shopzilla -->
<script language="javascript">
<!--
	/* Performance Tracking Data */
	var mid            = '******';
	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>

Re: Shopzilla Script Variables

Posted: Wed Oct 08, 2008 4:25 am
by mazhar
You will need to create a ConLib control for this purpose, You can use the ConLib/GoogleAnalyticsWidget as a reference.