{% schema %} { "name": "tag-related-product", "presets": [ "id": "collection_handle", "type": "collection", "label": "New Arrivals/Restocked Items" ] } {% endschema %} {% for product in collections[section.settings.collection_handle].products %} {% for tag in product.tags %} {% if tag == article_tag %} {{ product.title }} {% endif %} {% endfor %} {% endfor %}