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 @@ - - - - -
+ + + + + - -| · Click on the picture to add to the cart · |
+
+ = $product['Product_Name']; ?>
+$= $product['Product_Price']; ?>
+
+ | · 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