You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erodrig9 opened this issue
Aug 25, 2014
· 3 comments
Labels
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
The problem exists also with the JavaScript tracking. The error message on the server side is: "Error while json_decode the Ecommerce items = NULL". It is caused by an invalid JSON format for ec_items. In my case it was because of the escaped double-quote which was needed to insert it into the double-quoted addEcommerceItem values.
I got it working through changing the format I escape double-quotes in names as following:
What you see in old is the output I get from the shop with htmlspecialchars. I had to use htmlspecialchars_decode() to revert the escaped double-quote and in new you see how I submit the data so that it is working.
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
ecommerce orders, with a product containing a double quote character, are not being tracked. We are using the REST API for order tracking.
When the request is submitted the 1x1 pixel image is returned, but the order is never displayed in the dashboard.
The text was updated successfully, but these errors were encountered: