IE11 minicart not updating on configurable product page (ES6) #13820
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.1.x
The issue has been reproduced on latest 2.1 release
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Reproduced on 2.3.x
The issue has been reproduced on latest 2.3 release
Preconditions
Steps to reproduce
Expected result
Product is added to cart, minicart updates to display the product in cart.
Actual result
Product is added to cart, Minicart displays “You have no items in your shopping cart."
Notes:
The issue is caused by options-updater.js line 26,
data.items is an array.
IE11 does not support ES6 array.prototype.find() method.
This method is not polyfilled by es6-collections.js
IE Console:
Object doesn’t support property or method ‘find'
Only way to update the minicart is leaving the configurable product page after this point. IE console error persists if you return to the configurable product page.
Possible fixes:
The text was updated successfully, but these errors were encountered: