Jump to content

Where to install ROI Tracker for Shopzilla ?


Recommended Posts

Which file should I add these code for Shopzilla ROI Performance Tracker ?

[removed]
<!--
/* Performance Tracking Data */
var mid = ' ';
var cust_type = '';
var order_value = '';
var order_id = '';
var units_ordered = '';
//-->
[removed]
[removed][removed]

Link to comment
Share on other sites

  • 1 month later...
Which file should I add these code for Shopzilla ROI Performance Tracker ?

[removed]
<!--
/* Performance Tracking Data */
var mid = ' ';
var cust_type = '';
var order_value = '';
var order_id = '';
var units_ordered = '';
//-->
[removed]
[removed][removed]


themes/yourthemes/order-confirmation.tpl
Link to comment
Share on other sites

  • 2 years later...

does anyone know what to put into var order_value = ''; ?? I mean i know that there should go the price of the item, but how to get it there?

 

for order ID i used

var order_id	   = '{$id_order}';

- it works great

 

 

but for Value of the order im trying to use

var order_value	= '{$total_to_pay}';

 

but it exports the price with $ sign, which shopzilla do not allow. Other than that I cant find the formula to get the price of order into the tracker..

 

PLEASE HELP

Link to comment
Share on other sites

Can anyone say how to get the price into the tracker code?

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

 

VAR ORDER_VALUE = "???????"

Has to be without $ (dollar sign) like this for example 450, not $450

Link to comment
Share on other sites

×
×
  • Create New...