NEW
{{ -----BEGIN SETTINGS AND CONTROLS----- }}
{% assign: Number_of_New_Products = '10' %}
{% assign: Products_Per_Row = 'three' %}
{% assign: Product_Image_Hover_Behavior = 'Switch' %} {{ Options: 'Switch' or 'None' }}
{{ --BEGIN CATEGORY/ARTIST BANNER SETTINGS--}}
{% assign: Show_Category_Page_Banners = 'No' %}
{% assign: Hide_Category_and_Artist_Title = 'No' %}
{{ --END CATEGORY/ARTIST BANNER SETTINGS--}}
{{ -----END SETTINGS AND CONTROLS----- }}
{{ page.name | remove: '(:)' | remove: '(*)' }}
{% if Show_Category_Page_Banners contains 'es' %}{{ category_banners }}
{% endif %}
{% get products from products.all order: 'newest' limit: Number_of_New_Products %}
{% for product in products %}{% endfor %}
{% endget %}
.page-title {display:none;}
(function($) {
$(document).ready(function(){
$(".page-title").remove();
});
})(jQuery);