Hello
Is it possible to make a list of all the tags in a store, like this example with vendors:
{%- for product_vendor in shop.vendors -%}
- {{ product_vendor | link_to_vendor }}
{%- endfor -%}
Hello
Is it possible to make a list of all the tags in a store, like this example with vendors:
{%- for product_vendor in shop.vendors -%}
- {{ product_vendor | link_to_vendor }}
{%- endfor -%}