arowana Posted May 28, 2009 Share Posted May 28, 2009 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 More sharing options...
Star Posted July 3, 2009 Share Posted July 3, 2009 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 More sharing options...
nartov Posted September 15, 2011 Share Posted September 15, 2011 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 More sharing options...
nartov Posted September 15, 2011 Share Posted September 15, 2011 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 More sharing options...
Recommended Posts