Skip to content

magento/magento2#13820: IE11 minicart not updating on configurable pr… #14105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Frodigo
Copy link
Contributor

@Frodigo Frodigo commented Mar 14, 2018

…oduct page (ES6)

Description

In setProductOptions function in app/code/Magento/ConfigurableProduct/view/frontend/web/js/options-updater.js i used underscore.find method instead of ES6 array.find.

Fixed Issues (if relevant)

  1. IE11 minicart not updating on configurable product page (ES6) #13820: IE11 minicart not updating on configurable product page (ES6)

Manual testing scenarios

  1. Open Internet Explorer 11 and go to configurable product page
  2. Select swatch attribute values
  3. Add product to cart
  4. product should be added and mini cart should be updated

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

- replace array.find to underscore.find in options-updater.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants