This tutorial shows how to add/remove tag filter in collection pages in Shopify.. Shopify. Found the tag by: Then loop throug products to find the ones with same tag: {% for product in collections [product.type].products %} {% unless product.handle == current_product.handle %} {% if product.tags contains variant_tag %}