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
market/app.py
giles 63778d9f20
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
Fix cart quantities not showing on product list after page refresh
The context processor loaded cart items but only passed aggregates
(cart_count, cart_total) — not the cart list itself. Templates need
the full list to display per-product quantities.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:40:48 +00:00

5.4 KiB