{{ -----BEGIN SETTINGS AND CONTROLS----- }}
{% assign: Theme_Fiend_Lab_UserName = 'Absurd25' %}
{% assign: Image_Source = 'Lab' %} {{ Options: 'Lab' or 'Self-hosted' }}
{{ --BEGIN CATEGORY/ARTIST BANNER SETTINGS--}}
{% assign: Show_Category_Page_Banners = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{% assign: Hide_Category_and_Artist_Title = 'No' %} {{ Options: 'Yes' or 'No' }}
{{ --END CATEGORY/ARTIST BANNER SETTINGS--}}
{% assign: Regular_Price_Prefix_Text = "Was: " %}
{% assign: Sale_Price_Prefix_Text = "Now: " %}
{{ -----END SETTINGS AND CONTROLS----- }}
{% if Show_Category_Page_Banners == 'Yes' and Image_Source == 'Self-hosted' %}
{{ --- BEGIN 'SALE' BANNER IMAGE (if using 'Self-hosted' option) -- }}
{{ --- END 'SALE' BANNER IMAGE -- }}
{% endif %}
{% if Image_Source != 'Self-hosted' %}
{% if Show_Category_Page_Banners contains 'es' %}
{% if page.full_url contains 'category' %}{% endif %}
{% endif %}
{% endif %}
{% if Hide_Category_and_Artist_Title == 'Yes' %}.category-name, .page-name, .page-category_title, .category-artist_title, .sub-category_title {display:none;}{% endif %}
{% if products.on_sale != blank %}{{ products.on_sale | paginate | replace: "", "/a>" | replace: "/span>", "/span>" }}
{% else %}
No products found.
{% endif %}