-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Blank page at the checkout 'shipping' step #11197
Comments
@alexpoletaev, thank you for your report. |
@magento-engcom-team thank you for your feedback! |
@magento-engcom-team where it was fixed? How can we find fix for this issue? I think it's really important to fix it ASAP because it's checkout, most important thing in ecommerce. If we will have info how it was fixed - someone could do backport for it. |
I agree, @magento-engcom-team could you please provide a link to commit with the fix? I didn't find any changes in the |
The issue has been fixed in 2.2-develop branch. Will be available with 2.2.2 release |
This is because of hash change in file step-navigator.js, when code is blank. This is refreshing page instead of hash change.
OLD CODE
This should be
|
@kapil019 are you able to reproduce this issue in 2.2? If yes - please create issue on that with steps to reproduce. |
@ihor-sviziev I am using 2.1 and this is getting reproduce when new customer comes to order, After adding shipping address he/she redirected to billing address page and address got blank. This comes only first time for new user, If he fill address again and submit. this will not reproduced. To reproduce again do not place order/logout and do same steps again. In 2.2 there would be same steps |
OK @ihor-sviziev I will do this in 2.1-develop branch. |
Resolving address blank issue of 2.1 for magento#11197
Preconditions
Steps to reproduce
Expected result
Actual result
Also if you click 'back' button in the browser instead of step 5, nothing will happen. I think that it's not acceptable too.
The problem is how Magento handles the URL hash in the
handleHash
method here:vendor/magento/module-checkout/view/frontend/web/js/model/step-navigator.js
A possible workaround is to create a
mixin
for this JS file and override thehandleHash
method:The text was updated successfully, but these errors were encountered: