diff --git a/_includes/product.html b/_includes/product.html index f4896ad..e79a27a 100644 --- a/_includes/product.html +++ b/_includes/product.html @@ -1,10 +1,13 @@
+
+

{{ product.name }}

+
{{ product.name }} -

{{ product.name }}

+
diff --git a/_layouts/productdetails.html b/_layouts/productdetails.html index 30164fb..9938fc1 100644 --- a/_layouts/productdetails.html +++ b/_layouts/productdetails.html @@ -8,7 +8,7 @@
-

{{ page.name }}

+

{{ page.name }}

Click here to checkout diff --git a/_products/sweatshirt.md b/_products/sweatshirt.md new file mode 100644 index 0000000..0f5996a --- /dev/null +++ b/_products/sweatshirt.md @@ -0,0 +1,18 @@ +--- +name: MSESS zip-up hoodie +price: 52.51 +produrl: https://msess.ca/products/tshirt.html +slug: MSESS-zipup +sku: MSESSzipup2018-1 +image: /img/shop/MSESShoodie2018.png +image_large: /img/shop/MSESShoodie2018_Large.png +custom1-name: "Size" +custom1-options: "Small|Medium|Large|XL" +custom1-value: "Medium" +layout: productdetails +--- +Rep your Major! The first MSESS zip-up hoodie designed by our own Kyra Pukanich. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student. + +The design on the sweatshirt is printed graphics. + +![Sizing Chart for Zip-up Hoodies](/img/shop/zipupSizing.png "Zip-up Sizing Chart") diff --git a/_products/tshirt.md b/_products/tshirt.md index a7f7d5c..20c926b 100644 --- a/_products/tshirt.md +++ b/_products/tshirt.md @@ -7,10 +7,12 @@ sku: MSESSshirt2018-1 image: /img/shop/MSESSshirt2018.png image_large: /img/shop/MSESSshirt2018_Large.png custom1-name: "Size" -custom1-options: "Small|Medium|Large" +custom1-options: "Small|Medium|Large|XL" custom1-value: "Medium" layout: productdetails --- -Rep your Major! The first MSESS shirt designed by our own Ron C. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student. +Rep your Major! The first MSESS shirt designed by our own Ron Calara. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student. + +The design on the shirt is printed graphics. ![Sizing Chart for T-Shirts](/img/shop/shirtSizing.jpg "T-Shirt Sizing Chart") diff --git a/img/shop/MSESShoodie2018.png b/img/shop/MSESShoodie2018.png new file mode 100644 index 0000000..d567642 Binary files /dev/null and b/img/shop/MSESShoodie2018.png differ diff --git a/img/shop/MSESShoodie2018_Large.png b/img/shop/MSESShoodie2018_Large.png new file mode 100644 index 0000000..33b708d Binary files /dev/null and b/img/shop/MSESShoodie2018_Large.png differ diff --git a/img/shop/shirtSizing.jpg b/img/shop/shirtSizing.jpg index 04b501b..8181ee3 100644 Binary files a/img/shop/shirtSizing.jpg and b/img/shop/shirtSizing.jpg differ diff --git a/img/shop/zipupSizing.png b/img/shop/zipupSizing.png new file mode 100644 index 0000000..22528ba Binary files /dev/null and b/img/shop/zipupSizing.png differ diff --git a/store.html b/store.html index 2670459..85de763 100644 --- a/store.html +++ b/store.html @@ -17,6 +17,8 @@

Store

+ Click on the picture of product for more info.
+ The price includes a 5% fee for paying with credit card.
{% for product in site.products %}