Hello,
I need multi tag filtering for the website I use.
I have implemented the code I found at this adress (with little customization to display only the tags in a specific group) :
https://shopify.dev/tutorials/customize-theme-filter-collections-with-product-tags
Here is the code I use :
Filtrer par catégorie:
It works great except that I would like to display in each filters only the tags for the products that are already displayed on screen :
- tag filters would dynamicaly be updated with any change of another tag filter instead of displaying all the tags whatever
Hope this is clear !
Cheers