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
After update Magento to it latest version 2.2.6 I've got the following issue:
Preconditions
Magento 2.2.6
PHP 7.1
MariaDB 10.2
Steps to reproduce
Add an item into the cart.
Open Chrome devtools console.
Go to checkout
Expected result
That checkout page doesn't display any console error.
Actual result
The following (down below) console error is appearing in devtools console. Uncaught TypeError: Cannot read property 'code' of undefined at UiClass.initialize (/en_US/Magento_Checkout/js/view/progress-bar.js:31:93)
Hi Guys, I've found that that issue is related to the code in file /Mageplaza/Osc/view/frontend/web/js/view/shipping.js
line 97 -> stepNavigator.steps.removeAll();
One Step Checkout is a paid extension so we have a support system here: https://www.mageplaza.com/contact.html
Please send your problems and our technical team will help you solve it.
After update Magento to it latest version 2.2.6 I've got the following issue:
Preconditions
Steps to reproduce
Expected result
Actual result
Uncaught TypeError: Cannot read property 'code' of undefined at UiClass.initialize (/en_US/Magento_Checkout/js/view/progress-bar.js:31:93)
This wasn't happening in v2.2.5
I've updated Mageplaza - OSC to latest build 2.6.1 ( https://www.mageplaza.com/changelog/m2-one-step-checkout.txt ) but doesn't fix the issue.
The text was updated successfully, but these errors were encountered: