Skip to content
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

Clear Cart functionality (aka delete all items in Cart at once) #866

Open
SaadBazaz opened this issue Nov 20, 2021 · 0 comments
Open

Clear Cart functionality (aka delete all items in Cart at once) #866

SaadBazaz opened this issue Nov 20, 2021 · 0 comments

Comments

@SaadBazaz
Copy link

Feature Request:
REST API to delete all items in a cart (or delete the cart itself) e.g.

DELETE /shop/api/cart

Reason:
There is currently no way to do this other than running a loop over each cart item and setting its quantity to 0, which is more of a hack and puts load on the server + is not stable enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant