We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the last item from the cart is deleted, the items from a previously unfinished order are added to the cart.
This seems like a bug to the user as they were not expecting that item to be added to the cart at that time.
If we had a better way to control that situation.
At the least, a notifiation alert that we can display to the user, indicating what just happened and why there is an item in the cart now.
Open to other ideas as well in how to manage that.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm also seeing this
Sorry, something went wrong.
Fixed old carts being restored when removing all items for logged in …
07e3674
…users. fixes #1319
Hi All
We have pushed up a fix for this that will be included in the next release.
To get this early, change your craftcms/commerce requirement in composer.json to:
craftcms/commerce
"require": { "craftcms/commerce": "dev-develop#8ecec2a4c3c2f8f704ddb0985d5e7cb840961331 as 3.0.11", "...": "..." }
Then run composer update.
composer update
Thanks.
Successfully merging a pull request may close this issue.
Description
When the last item from the cart is deleted, the items from a previously unfinished order are added to the cart.
This seems like a bug to the user as they were not expecting that item to be added to the cart at that time.
If we had a better way to control that situation.
At the least, a notifiation alert that we can display to the user, indicating what just happened and why there is an item in the cart now.
Open to other ideas as well in how to manage that.
Thanks!
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: