Back to site

New -subnav-

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

{% assign: Theme_Fiend_Lab_UserName = 'YourUserName' %}
{% assign: Image_Source = 'Self-hosted' %} {{ Options: 'Lab' or 'Self-hosted' }}

{% assign: Number_of_Products = 3 %}

{{ --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 == 'Lab' %}

{% 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 %}

{% get products from products.all order: 'newest' limit: Number_of_Products %} {% for product in products %} {% endfor %} {% endget %}