New Arrivals

{% paginate products from products.current by theme.products_per_page order:'newest' %}
{% if products != blank %}

{% for product in products %} {% capture i %}{% cycle 'one', 'two', 'three', 'four' %}{% endcapture %} {% if i == 'one' %} {% endif %} {% endfor %} {% unless i == 'four' %}
{% endunless %}

{{ paginate | default_pagination }}

{% else %}

No products found.

{% endif %}
{% endpaginate %}