nartov Posted September 15, 2011 Share Posted September 15, 2011 Im sure there is a people here who can help me in 30 seconds. Anyway im trying to figure out this for 2 days. PLEASE HELP <!-- /* Performance Tracking Data */ var mid = 'xxxxx'; var cust_type = '1'; var order_value = '{$total_to_pay}'; var order_id = '{$id_order}'; var units_ordered = '1'; //--> Guys please help me. I need to export Item price after it was ordered on confirmation page to the tracking code above. To export product id i use '{$id_order}'; - it works great. But for Price of the item i need the price to be without ($)currency sign.(Shopzilla requirement for price to be like this var order_value = 300 ) And the only key I found is '{$total_to_pay}'; but it exports freaking $sign. (SO, it looks like this var order_value = $300 ). Please help me, what can I use instead of '{$total_to_pay}'; that will not include dollar sign. Thanks Link to comment Share on other sites More sharing options...
[PrestaModule] Steph Posted December 4, 2011 Share Posted December 4, 2011 Hi Nartov We have a new module who fits your needs : Advanced Tracking Wizard Hope it helps Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now