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 inserting items in the cart and while on the /shop page: if the OC closes and the customer tries to proceed to checkout, he will be redirected to the homepage instead of being redirected to the /shop page, where he can select another OC (if available).
Expected Behavior
The customer should be redirected to the /shop page, and if:
I think this warning:
only appears when being redirected to the homepage. Which means, after fixing this issue it will not be displayed in any situation, as there will be no redirects to the homepage, due to OC closure. Perhaps this warning could be re-introduced? Would this be a separate papercut, for example?
The text was updated successfully, but these errors were encountered:
sigmundpetersen
added
the
bug-s4
The bug is annoying, but doesn't prevent from using the platform. Not so many users are impacted.
label
Jun 9, 2020
Update: The test above relates to a slightly different scenario - clicking "checkout" on the checkout page, and hence, another issue -> #5372. The "Steps to reproduce" clearly state "Go to shop with (one or) several OC open and add products to the cart, but don't go any further".
Description
After inserting items in the cart and while on the /shop page: if the OC closes and the customer tries to proceed to checkout, he will be redirected to the homepage instead of being redirected to the /shop page, where he can select another OC (if available).
Expected Behavior
The customer should be redirected to the /shop page, and if:
Actual Behaviour
The user is redirected to the homepage and a warning is displayed.
Steps to Reproduce
Taken from: #5501 (comment)
Animated Gif/Screenshot
Redirection to the homepage and display of the warning:

Workaround
Manually select the shop (if open) and an alternative OC, if any.
Severity
bug-s4: it's annoying, but you can use it
Your Environment
Possible Fix
Related to #5440.
I think this warning:

only appears when being redirected to the homepage. Which means, after fixing this issue it will not be displayed in any situation, as there will be no redirects to the homepage, due to OC closure. Perhaps this warning could be re-introduced? Would this be a separate papercut, for example?
The text was updated successfully, but these errors were encountered: