Contact Us
Send Us An Email Find Your Local Store Quote - Installation Included Quote - Do It YourselfFind Your Local Store
{module_json,json="/includes/json/non-standard-hours.json" collection="hours"} {% if hours.active == true %}
{{ hours.heading }}
{{ hours.content }}
{module_json,json="/includes/json/stores.json" collection="stores"}
{% for storeList in stores.list %}
{% assign store = storeList[1] %}
{% assign storeIndex = storeList[0] %}
{% for date in storeHours.dates %} {{ date.date }}: {{ date.label }}
{% endfor %} Regular Hours
{% endif %} {{ store.hoursShort1 }}
{{ store.hoursShort2 }}
{% endfor %}
{{ store.name }}
Trading Hours:
{% assign storeHours = hours.stores[storeIndex] %} {% if hours.active == true && storeHours.active == true && %} Holiday Hours{% for date in storeHours.dates %} {{ date.date }}: {{ date.label }}
{% endfor %} Regular Hours
{% endif %} {{ store.hoursShort1 }}
{{ store.hoursShort2 }}