Hi want create the new filter for better the user expirnce.
i can get the filter by product tag that was not right way.
may be this was can be work.
`
{% for tag in collection.all_tags %}
{% if tag contains ‘Size’ %}
`
Hi want create the new filter for better the user expirnce.
i can get the filter by product tag that was not right way.
may be this was can be work.
`
{% for tag in collection.all_tags %}
{% if tag contains ‘Size’ %}
`