A-Z BRANDS FINDER

{% assign brand_collections = collections | sort: 'title' %}
ALL BRANDS
{% assign letters = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z" | split: "," %} {% for letter in letters %} {{ letter }} {% endfor %}
{% for letter in letters %}
{{ letter }}
{% for collection in brand_collections %} {% assign first_letter = collection.title | slice: 0, 1 | upcase %} {% if first_letter == letter %} {% if collection.image %}
{% endif %} {{ collection.title }} {% endif %} {% endfor %}