-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Empty cart after clicking in the minicart "Proceed to Checkout" and right after "View and Edit Cart" #18701
Comments
Hi @stephansteiner. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @stephansteiner do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-pb. Thank you for working on this issue.
|
@stephansteiner, thank you for your report. |
Problem is related to this issue: #12362 |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
This is especially annoying if the "Proceed to Checkout" action is taking some time, and most customers click on "View and Edit Cart" right after - the cart is emptied. This doesn't seem to be a cache issue, but a concurrency issue between the /checkout (maybe also closeMinicart() javascript) and the /checkout/cart action.
The text was updated successfully, but these errors were encountered: