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 ,
You can add below {% endfor %} at line position: 364
Hope can help you. ^^
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
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.
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
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.
Hi @Terrapin ,
You can add below {% endfor %} at line position: 364
Hope can help you. ^^
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
User | RANK |
---|---|
64 | |
58 | |
48 | |
42 | |
41 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023