Stay informed and updated on COVID-19, visit sacoronavirus.co.za for more information
New Quote
{% assign collection = collections.all-products-for-sale %} {% comment %} Source: https://gist.github.com/carolineschnapp/9122054 If you are not on a collection page, do define which collection to use in the order form. Use the following assign statement, replace 'your-collection-handle-here' with your collection handle. {% assign collection = collections.all-products-for-sale %} Use the assign statement outside of this comment block at the top of your template. {% endcomment %} {% paginate collection.products by 100 %}
{% endpaginate %} {% if collection.products_count > 0 %}{% endif %}