loop through all product types in shopify liquid code example
Example: liquid for loop
{% for product in collection.products %}
{{ product.title }}
{% endfor %}
{% for product in collection.products %}
{{ product.title }}
{% endfor %}