{{ collection:product_categories level:is="1" sort="title:asc" }}
{{ if initial_letter != (title | substr:0:1) }}
{{ initial_letter = (title | substr:0:1) }}
{{ initial_letter }}
{{ collection:product_categories level:is="1"
sort="title:asc" }} {{ if (title | substr:0:1) ==
initial_letter }}
{{ title }}
{{ /if }} {{ /collection:product_categories }}
{{ else }}
{{ /if }}
{{ collection:product_categories level:is="2"
parent:is="{{id}}" }} {{ if index <
total_results/2 }}
{{ children }}
{{ /children }}
{{ /if }} {{ /collection:product_categories }}
{{ collection:product_categories level:is="2"
parent:is="{{id}}"}} {{ if index >=
total_results/2 && total_results > 0 }}
{{ children }}
{{ /children }}
{{ /if }} {{ /collection:product_categories }}
{{title}}
{{/collection:product_categories}}