hi
I would like to make my product tags display in each product page, so the user can click each tag, and get a filtered result of all products with this tag. Can it be done?
I am using the Dawn theme.
Thank You
hi
I would like to make my product tags display in each product page, so the user can click each tag, and get a filtered result of all products with this tag. Can it be done?
I am using the Dawn theme.
Thank You
Hi @Terrapin ,
To change you follow the instruction:
{% for tag in product.tags %}
{{ tag }}
{% unless forloop.last %}
/
{% endunless %}
{% endfor %}
I hope it would help you.
when you wrote “paste the code where you want it”, does it matter where I paste the code?
because I see the are 830 lines of existing code already there, so I’m not sure where to paste it…
Thank You
I’ve been looking for the answer to this too, but I couldn’t find it. can anyone help? Please
I want it to convert tags as meta tags but it doesn’t work