Top Sellers

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

{% assign: Number_of_Products = 6 %}

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

{{ page.name | remove: "-sidebar-" | remove: "-hide-" | remove: "-footer-" | remove: "-subnav-" }}

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

{% endfor %}

{% endget %}