{{ -----BEGIN SETTINGS AND CONTROLS----- }}

{% assign: Theme_Fiend_Lab_UserName = ‘littlemacks’ %}
{% assign: Image_Source = 'Lab' %} {{ Options: 'Lab' or 'Self-hosted' }}

{% assign: Products_Per_Row = 3 %} {{ Options: 2 to 5 }}

{{ --BEGIN CATEGORY/ARTIST BANNER SETTINGS--}}

{% assign: Category_Banner_Width_Type = 'Full' %} {{ Options: 'Full' or 'Contained' }}

{% assign: Category_Title_Position_to_Banner = 'Within' %} {{ Options: 'Within' , 'Below' , 'Above' }}
{{ Note: 'Within' only works if 'Full' is chosen for category banner width type. 'Above' only works if 'Contained' is chosen for category banner width type. }}

{% assign: Show_Category_Page_Banners = 'No' %}

{% assign: Hide_Category_and_Artist_Title = 'No' %}

{{ --END CATEGORY/ARTIST BANNER SETTINGS--}}

{{ -----END SETTINGS AND CONTROLS----- }}

{% capture category_page_title %}
{% endcapture %}

{% if Image_Source != 'Self-hosted' %}
{% capture category_banners %}

{% if Show_Category_Page_Banners contains 'es' %}
{% if Hide_Category_and_Artist_Title == 'Yes' %}.category-name, .page-name, .page-title {display:none;}{% endif %}

{% endif %}

{% endcapture %}
{% endif %}

{% if Category_Title_Position_to_Banner contains 'bove' or Category_Title_Position_to_Banner contains 'ithin' %}{{ category_page_title }}{{ category_banners }}{% endif %}
{% if Category_Title_Position_to_Banner contains 'elow' %}{{ category_banners }}{{ category_page_title }}{% endif %}

{% assign: ppr = Products_Per_Row %}

{% if products.on_sale != blank %}

{{ products.on_sale | paginate }}

{% else %}

No products found.

{% endif %}