shopzilla script

Questions and answers about ShopSite Custom Templates

shopzilla script

Postby jbogs1 » Sat May 21, 2011 11:14 am

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
jbogs1
 
Posts: 26
Joined: Thu Mar 17, 2011 5:08 pm

Re: shopzilla script

Postby Jim » Sat May 21, 2011 11:37 am

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.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: shopzilla script

Postby jbogs1 » Tue May 24, 2011 2:42 pm

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
jbogs1
 
Posts: 26
Joined: Thu Mar 17, 2011 5:08 pm

Re: shopzilla script

Postby Jim » Wed May 25, 2011 8:14 pm

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
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: shopzilla script

Postby VillageHatShop » Wed Aug 31, 2011 11:06 am

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
VillageHatShop
 
Posts: 5
Joined: Sat Nov 13, 2010 4:31 pm


Return to Custom Template Questions

Who is online

Users browsing this forum: No registered users and 8 guests