From 9771d53b191cc93414ddc577b370f211de44c951 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Sun, 5 Jul 2026 15:19:47 +0000 Subject: [PATCH] Show wallet/gift card discount line on order confirmation page Total already reflected the discount correctly, but subtotal + shipping did not reconcile with it visually since the discount was never shown as its own line item - matches the same row already present on checkout.php. --- order-confirmation.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/order-confirmation.php b/order-confirmation.php index 6080025..36c1ac6 100644 --- a/order-confirmation.php +++ b/order-confirmation.php @@ -87,7 +87,14 @@ require_once __DIR__ . '/includes/header.php'; Shipping 0 ? formatCurrency($order['shipping_cost']) : 'FREE' ?> - + + 0): ?> +
+ Wallet / Gift Card + - +
+ +
Total