diff --git a/shopping/addToCart.html b/shopping/addToCart.html index f140583..052baf3 100644 --- a/shopping/addToCart.html +++ b/shopping/addToCart.html @@ -1,16 +1,22 @@ - - - - - + + + + + - - New Moon Dessert Bar + + + - + + - + New Moon Dessert Bar + +
-
- +
+
+
+

Shopping

+

| · Click on the picture to add to the cart · |

+
+
+ +
- -
-

Shopping Cart

-
- - -

-

Price: $

- -

Quantity: - -

- - - - - -
-
- - +
+
+ <?=$product['Product_Name']?> +

+

$

+
+
+ + +
- -
- + +
+
+ - + \ No newline at end of file diff --git a/shopping/shopping.php b/shopping/shopping.php index 2ec1b4b..7e67a0f 100644 --- a/shopping/shopping.php +++ b/shopping/shopping.php @@ -33,6 +33,9 @@
+
+ +

Shopping

| · Click on the picture to add to the cart · |

diff --git a/style/modules/_sectionShopping.sass b/style/modules/_sectionShopping.sass index b5690e5..97a9d35 100644 --- a/style/modules/_sectionShopping.sass +++ b/style/modules/_sectionShopping.sass @@ -17,5 +17,7 @@ color: OliveDrab p text-align: center + // #shopping_headerImg + // background-image: url("../img/headerImg.jpg") \ No newline at end of file