3 Commits

Author SHA1 Message Date
myron 5637b6d7f5 CSS modularization Phase 2: account, cart, checkout
Extract account/cart/checkout styles into dedicated CSS files; remove inline styles and orphaned style blocks from HTML. Wire $extraHead on all account pages, cart.php, and checkout.php.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 17:51:57 +00:00
myron ecf5a7ab67 Fix cart quantity update: reload page to reflect accurate totals
Partial DOM update was missing item row totals, shipping recalc, and
grand total. Reload ensures all numbers are always correct.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 20:29:31 +00:00
myron 996ca0d621 Initial commit 2026-05-22 12:52:44 +00:00