From ecf5a7ab67289dc02f0b5849e7c3e16600c6d9a7 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Sun, 14 Jun 2026 20:29:31 +0000 Subject: [PATCH] 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 --- cart.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cart.php b/cart.php index f2c6414..5729028 100644 --- a/cart.php +++ b/cart.php @@ -162,15 +162,7 @@ $total = $subtotal + $shippingCost;