-
Notifications
You must be signed in to change notification settings - Fork 0
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
As a shopper, I can see my cart is secured during 15 minutes when I start to checkout #522
Comments
Partly discussed. Gut feel it could be 5 days develompent, but there is more to consider.
|
Thanks @openfoodfoundation/core-devs !
what's the cheapest? :) From product pov I would do it for everyone without the ability to disable it.
It's true that some ecommerce shops do that. I don't think we need to do this here / or for a first version. I would release the stock / stop the timer as soon as the checkout process is left.
yes same answer as above, if it's possible technically I would link the timer to the availability of the cart. Otherwise it also means we need to start the timer as soon as the first item lands on the cart?
So yes for me as soon as we leave checkout the timer is reset / the stock in released
IMO, if we can do it easily, I wouldn't update the timer during step 1 and 2 of the checkout. |
Actually @openfoodfoundation/core-devs sorry for the double ping but after checking this with Theresa, there might be a case where we want the timer to start on the shopfront already. |
Description
- As a: Shopper
- On page:
/checkout/details
- I want to be able to do:
As soon as I start the checkout steps, I can see a little timer telling me how much time my cart is secured. If that time runs out during my checkout process I'm redirected to the cart.
On the cart, the current logic is kept, which means:
This means the products I have in my cart are not available for other shoppers: stock is reserved during 15min process.
If I quit checkout, stock is not secured anymore and I can be redirected to cart if products have become unavailable when I restart checkout later.
Design proposal:
If we do some simple messaging like this ⬆️ we might need to make the menu (or at least the message) sticky on scroll...
Acceptance Criteria & Tests
To complete once we have agreed on a solution
Guest shopper behavior needs to be covered.
The text was updated successfully, but these errors were encountered: