Shop by Brand
{%- assign all_vendors = '' -%}
{%- for product in collection.products -%}
{%- unless all_vendors contains product.vendor -%}
{%- assign all_vendors = all_vendors | append: product.vendor | append: ',' -%}
{%- endunless -%}
{%- endfor -%}
{%- assign vendor_list = all_vendors | split: ',' | sort -%}
Shop by Brand
-
{%- for vendor in vendor_list -%}
{%- if vendor != blank -%}
- {{ vendor }} {%- endif -%} {%- endfor -%}