Array length
From Shopify Wiki
You can get the size of an array (or collection) in liquid using the size property.
{% if collection.products.size == 0 %}
Nothing to see here... Please check back later...
{% endif %}
See also: Size Filter.
You can get the size of an array (or collection) in liquid using the size property.
{% if collection.products.size == 0 %}
Nothing to see here... Please check back later...
{% endif %}
See also: Size Filter.