Page 1 of 1

shopzilla script

PostPosted: Sat May 21, 2011 11:14 am
by jbogs1
Can you guys help create this script for the integration od shopsite and shopzilla.

They say it's wicked easy.

Here's access to the pdf with the details

http://www.horsemomssupplements.com/xinterest/shopzilla-script.pdf

I'm sure it would help every shop site user :-)

Thanks
John

Re: shopzilla script

PostPosted: Sat May 21, 2011 11:37 am
by Jim
ShopSite Pro level stores and to a limited extent Manager level stores have javascript variables in the cart that you could use to integrate with Shopzilla. The variables are described on http://www.shopsite.com/help/10.0/en-US/sc/pro/cart.variables.html for Pro level stores and on http://www.shopsite.com/help/10.2/en-US/sc/mgr/cart.variables.html for manager level stores.

All you would have to do is plug in the appropriate ShopSite javascript variable into the code Shopzilla provides you.

Re: shopzilla script

PostPosted: Tue May 24, 2011 2:42 pm
by jbogs1
Hi Jim- what is the script for shop site to use with google adwords/analytics so that the info you've proviced shows up in the google reports.

For example if I want to track:
ss_ordernum
The Order Number.
ss_ordertotal
The total charge for the order, including all products, discounts, tax, shipping, and surcharges.

so that info flows to adwords/analytics how do you do it?

thanks
john

Re: shopzilla script

PostPosted: Wed May 25, 2011 8:14 pm
by Jim
There is sample of how this is gone with google-analytics in the online help at:
http://www.shopsite.com/help/10.2/en-US/sc/pro/googleanalytics.html

Re: shopzilla script

PostPosted: Wed Aug 31, 2011 11:06 am
by VillageHatShop
Code: Select all
<script language="javascript">
<!--
   /* ROI Tracking Data */
   var mid            = #####;
   var cust_type      = '';
   var order_value    = ss_subtotal;
   var order_id       = ss_ordernum;
   var units_ordered  = number_products;
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>


Replace ##### with your Merchant ID Number from Shopzilla.
Place code in ShopSite > Commerce Setup > Order System > Thank You