nartov Posted September 14, 2011 Share Posted September 14, 2011 <!-- /* Performance Tracking Data */ var mid = '249028'; 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...
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