diff --git a/guest/guest_pay_invoice_stripe.php b/guest/guest_pay_invoice_stripe.php
index c50758d6..5c24fcff 100644
--- a/guest/guest_pay_invoice_stripe.php
+++ b/guest/guest_pay_invoice_stripe.php
@@ -97,71 +97,80 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent
-
Payment for Invoice:
-
-
-
-
-
- | Product |
- Qty |
- Total |
-
-
-
-
+
+
+
+
+
- |
- |
- |
+ Product |
+ Qty |
+ Total |
+
+
+
+ $item_total = 0;
+
+ while ($row = mysqli_fetch_array($sql_invoice_items)) {
+ $item_name = nullable_htmlentities($row['item_name']);
+ $item_quantity = floatval($row['item_quantity']);
+ $item_total = floatval($row['item_total']);
+ ?>
+
+
+ |
+ |
+ |
+
+
+
-
-
+
+
+
+
+
0){ echo "Discount: " . numfmt_format_currency($currency_format, $invoice_discount, $invoice_currency_code); } ?>
+
+
+
0) { ?> Already paid:
-
- 0){ echo "Discount: " . numfmt_format_currency($currency_format, $invoice_discount, $invoice_currency_code); } ?>
-
-
- 0) { ?> Already paid: