Is there some code I can use to show my tags on the product page with links to all products with that tag?
done, just add your styles and/or edit the html to your liking ![]()
{% for tag in product.tags %}
{{ tag }}
{% endfor %}
1 Like
I want it to convert tags as meta tags but it doesn’t work