Array length

From Shopify Wiki

Jump to: navigation, search

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.