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
This is confusing because the cart is now empty but the page still shows the old items. Caused by #90.
The text was updated successfully, but these errors were encountered:
This would probably be easier to fix in Javascript?
Sorry, something went wrong.
The template for the cart page is in modules/cart/templates/ViewCart.tpl. This is a little tricky because the zipcart logic is in a different place.
modules/cart/templates/ViewCart.tpl
Maybe we can add some javascript to detect when the form submission is done and just refresh the page? That seems OK enough...
No branches or pull requests
This is confusing because the cart is now empty but the page still shows the old items. Caused by #90.
The text was updated successfully, but these errors were encountered: