Hello, I’m using the Warehouse theme and would like my tags to be visible on the product page, maybe under the product name? Looking for a simple way to do this.
Also if possible when click on tag name it shows all the others product with same tag.
Hello, I’m using the Warehouse theme and would like my tags to be visible on the product page, maybe under the product name? Looking for a simple way to do this.
Also if possible when click on tag name it shows all the others product with same tag.
In your Shopify Admin go to: online store > themes > actions > edit code.
Go to section then main-product or product
You need to loop through product tags -
{% for tag in product.tags %}
{{ tag }}
{% endfor %}
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
{% for tags in product.tags %}
{{ tags }}
{% endfor %}
Paste this code below
{{ product. title }}
Thank you for helping
which file can I find {{ product. title }}
Find a section with main- product or product