Shopzilla Script Variables

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
KullySupply
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Wed Feb 20, 2008 10:50 am
Contact:

Shopzilla Script Variables

Post by KullySupply » Tue Oct 07, 2008 2:22 pm

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>

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Shopzilla Script Variables

Post by mazhar » Wed Oct 08, 2008 4:25 am

You will need to create a ConLib control for this purpose, You can use the ConLib/GoogleAnalyticsWidget as a reference.

Post Reply