From c56dc9340f168ef1578478eb3b3154e8979ebc3f Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 8 Oct 2025 18:31:56 +0000 Subject: [PATCH] Shopping cart page added --- cart.php | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.php | 103 ++++++--------------------------- 2 files changed, 182 insertions(+), 87 deletions(-) create mode 100644 cart.php diff --git a/cart.php b/cart.php new file mode 100644 index 0000000..00121b2 --- /dev/null +++ b/cart.php @@ -0,0 +1,166 @@ + + + + + + Shopping Cart - The Cozy Corner Cafe + + + + + + + + +
+ +
+ +
+
+

Shopping Cart

+
+
+
+ + + + + + + diff --git a/index.php b/index.php index bad4e18..c84ef9f 100644 --- a/index.php +++ b/index.php @@ -89,7 +89,7 @@