This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cart/app.py
giles 17ab7f09c7
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 48s
Add delete endpoint with confirm modal, keep items at quantity 0
- POST /delete/<product_id>/ removes the cart item entirely
- POST /quantity/ now clamps at 0 instead of deleting
- cart_delete_url Jinja global registered for template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:43:35 +00:00

5.0 KiB