Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hi @Terrapin ,
To change you follow the instruction:
1. Go to Online Store->Theme->Edit code
2. Section->/main-product.liquid->paste the code below where you want it:
<div class="product_tags">
{% for tag in product.tags %}
<a class="link" href="/collections/all/{{ tag | handle }}" rel="tag" style="text-decoration: none">
<span>{{ tag }}</span>
{% unless forloop.last %}
<span class="separator">/</span>
{% endunless %}
</a>
{% endfor %}
</div>
I hope it would help you.
hi @AvadaCommerce
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
This is an accepted solution.
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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024