From c79a750a507c8c60c6718ef3a383f3c8884e47c8 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Wed, 11 Mar 2026 12:08:18 -0700 Subject: [PATCH] Show full order total on receipt, payment method below Grand total now always shows the actual order amount. Balance and payment method shown as informational lines underneath instead of subtracting balance from the total. Co-Authored-By: Claude Opus 4.6 --- receipt/index.cfm | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/receipt/index.cfm b/receipt/index.cfm index 24f3802..132ae96 100644 --- a/receipt/index.cfm +++ b/receipt/index.cfm @@ -367,19 +367,25 @@ - - -
- Balance applied - -#dollarFormat(receiptBalanceApplied)# -
- -
-
Total #dollarFormat(order_grand_total)#
+ + + +
+ Paid with balance + #dollarFormat(receiptBalanceApplied)# +
+ + +
+ Cash dueCharged to card + #dollarFormat(amountCharged)# +
+
+