Hi there!
I want to customize the filter by tag on one Collection list.
I have a lot of tags in my store but fo this filter I only want to filter by gender (i.e. two tags only).
I can’t setup the filter with this two tag options only, it always shows all available tags.
How can I do it?
Thanks!
Page: https://venga-store.com/collections/clothes
Theme: Dawn
Hi @miltokas There is no such option available in shopify, you need to achieve this with custom coding, there is no other option through which you can accomplish this functionality in shopify.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
Hey @miltokas
Pls consider using product metafield to achieve your needs.
-
Create a product metafield named “Gender”.
-
Set the “Gender” to the correct value for all the products.
3 .Add a new filter using your new metafield in your search APP.
Hope this helps