Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Shopify Liquid for loop

//Shopify Liquid
{% for product in collections.frontpage.products %}
  {{ forloop.index }}
{% else %}
  // no products in your frontpage collection
{% endfor %}
Source by www.shopify.com #
 
PREVIOUS NEXT
Tagged: #Shopify #Liquid #loop
ADD COMMENT
Topic
Name
8+7 =