Sale
{{ -----BEGIN SETTINGS AND CONTROLS----- }}
{% assign: Theme_Fiend_Lab_UserName = 'YourUserName' %}
{% assign: Image_Source = 'Self-hosted' %} {{ Options: 'Lab' or 'Self-hosted' }}
{{ --BEGIN CATEGORY/ARTIST BANNER SETTINGS--}}
{% assign: Show_Category_Page_Banners = 'No' %} {{ Options: 'Yes' or 'No' }}
{% assign: Hide_Category_and_Artist_Title = 'No' %} {{ Options: 'Yes' or 'No' }}
{{ --END CATEGORY/ARTIST BANNER SETTINGS--}}
{{ -----END SETTINGS AND CONTROLS----- }}
{% if Image_Source contains 'ab' %}
{% if Show_Category_Page_Banners contains 'es' %}
{% if page.full_url contains 'category' %}{% endif %}
{% endif %}
{% endif %}
{% if Hide_Category_and_Artist_Title == 'Yes' %}.page-title {display:none;}{% endif %}
{% if products.on_sale != blank %}{{ products.on_sale | paginate | replace: "", "/a>" | replace: "/span>", "/span>" }}
{% else %}
No products found.
{% endif %}
body.custom #contents {width:805px;}
body.custom .page-title {width: 60%;}