-
Couldn't load subscription status.
- Fork 9.4k
Closed
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedduplicate
Description
Preconditions
- Magento 2.2.2.
- PHP 7.0
Steps to reproduce
- Set locale to en_GB
- Enable Google Analytics tracking on backend
- Purchase products on the frontend
- Login to Google Analytics
- Go to Conversions ->E-Commerce -> Overview
Expected result
- Product names showing up correctly
Actual result
- Spaces in product names get replaced by their HTML value: \u0020
https://goo.gl/5EjjZx
Fix found in this error report:
#13350
Edit: /vendor/magento/module-google-analytics/Block/Ga.php
and replace every escapeJs with escapeJsQuote
Result:
https://goo.gl/mb1YU3
Metadata
Metadata
Assignees
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedduplicate