How to display products from specific tag in shopify?
How to display products from specific tag "organic" in shopify custom template? Here is my code. {% if customer.tags contains 'organic' %} <div class="product-list product-list--collection"> {%- for product in collections.all.products limit: product_limit-%} {% for c in product.collections %} {% if…