diff --git a/.vs/fortherun/v15/.suo b/.vs/fortherun/v15/.suo index 0d6fda7..57d42a3 100644 Binary files a/.vs/fortherun/v15/.suo and b/.vs/fortherun/v15/.suo differ diff --git a/BC-Cart.html b/BC-Cart.html index 01147e4..3bae9fe 100644 --- a/BC-Cart.html +++ b/BC-Cart.html @@ -67,8 +67,8 @@

{{ page.name }}

Your shopping cart needs some friends

- Uhh, looks like either you haven't added anything to your cart or someone has run off with it!

- Head back to the products page and give your cart something to do! + It looks like either you haven't added anything to your cart or someone has run off with it!

+ Head back to the products page and put your cart to work!

Go shopping!
diff --git a/BC-Contact.html b/BC-Contact.html index 5c3c054..319b456 100644 --- a/BC-Contact.html +++ b/BC-Contact.html @@ -49,8 +49,12 @@

Thank you!

{% endif %}
-

Need to return or exchange something?

-

View our Return & Exchange policy

-

Give us a call: 304-314-4667

+

Returns & Exchanges

+

If there is an issue with your order let us know!

+ View our Return & Exchange policy +
+

Give us a call

+

304-314-4667

+
diff --git a/BC-Home.html b/BC-Home.html index 594689f..68a4223 100644 --- a/BC-Home.html +++ b/BC-Home.html @@ -46,6 +46,11 @@

What's new

{% if product_status != blank %}
{{ product_status }}
{% endif %} + {% for category in product.categories %} + {% if category.name contains 'Pre-Order' %} +
Pre-Order
+ {% endif %} + {% endfor %}

{{ product.name }}

{{ product.default_price | money: theme.money_format }}
@@ -66,7 +71,7 @@

{{ product.name }}

{% endfor %} {% endcapture %} - {% endfor %} - - {% endif %} - - {% endif %} - -
- {% if product_divs != blank %} -
{{ product_divs }}
-
-
-
Check these out
- +
+ +
+ +
+ {% endif %} + -
- -
+ {% endif %}--> - {% endif %} - - + {% endif %} + + {% endfor %} + + {% endif %} + + {% endif %} + {% endif %} @@ -217,8 +225,8 @@

{{ page.name }}

{% if theme.twitter_url != blank or theme.facebook_url != blank or theme.instagram_url != blank or theme.tumblr_url != blank or theme.pinterest_url != blank %}