0 items » view cart

Products

{% paginate products from products.current by theme.products_per_page %} {% if products != blank %} {{ paginate | default_pagination }} {% else %}

No products found.

{% endif %} {% endpaginate %}
{% if theme.show_newest %}

Newest Products

{% get 3 products from products.all order:'newest' %} {% if products != blank %}
    {% for product in products %}
  • Image of {{ product.name | escape }}
  • {% endfor %}
{% else %}

No products found.

{% endif %} {% endget %}
{% endif %} {% if theme.show_top_selling %}

Top Selling

{% get 3 products from products.all order:'sales' %} {% if products != blank %}
    {% for product in products %}
  • Image of {{ product.name | escape }}
  • {% endfor %}
{% else %}

No products found.

{% endif %} {% endget %}
{% endif %}
Powered by Big Cartel