From 550bb1828dcb1db0af7ffe497a0de9a8d93ecc8b Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 8 Oct 2025 18:48:30 +0000 Subject: [PATCH] Payment form --- cart.php | 131 ++++++++++++++++++++------------ checkout.php | 144 +++++++++++++++++++++++++++++++++++ contact_handler.php | 40 ++++++++++ index.php | 67 ++++++++++++---- order_confirmation.php | 168 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 489 insertions(+), 61 deletions(-) create mode 100644 checkout.php create mode 100644 contact_handler.php create mode 100644 order_confirmation.php diff --git a/cart.php b/cart.php index 00121b2..ce570ba 100644 --- a/cart.php +++ b/cart.php @@ -7,7 +7,7 @@ - + + + + +
+ +
+ +
+

Checkout

+
+
+
+
+
Payment Details
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+
+ + + + + + + + diff --git a/contact_handler.php b/contact_handler.php new file mode 100644 index 0000000..30206a8 --- /dev/null +++ b/contact_handler.php @@ -0,0 +1,40 @@ + + @@ -7,7 +7,7 @@ - + + + + +
+ +
+ +
+
+

Thank You!

+

Your order has been placed successfully.

+
+
+
+
+
Your Order Summary
+
+
+
+
+

You will receive an email confirmation shortly.

+ Continue Shopping +
+
+ + + + + + + +