-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a collection has one or more tags in its URL, filters are shown but have no effect #129
Comments
Let's fix this in the back-end by not rendering filters when tags are applied to a collection. |
Has this been fixed in the backend? |
Experiencing the same issue here. Any recommended workarounds? |
Hello @carolineschnapp Or any workarounds ? |
@carolineschnapp , I think the first possible solution is preferred (Back-end fix: have tags work with filtering) because some customers need this, and it could help visitors |
@cadlec Just to be clear, the fix in the back-end has been to not render filters when tags are applied to a collection. That fix has been deployed. We can not have tag filtering and facet filters work simultaneously. FYI, we are moving away from using tags to filter collection: the “move away” means that facet filtering will not be available when tag filtering is applied. It also means that we are very strongly encouraging merchants, theme partners, and app developers to use facets over tags to filter collections. Our documentation: https://help.shopify.com/en/manual/online-store/themes/customizing-themes/storefront-filters |
@carolineschnapp Thank you! |
What if I'm using tags as a subcollection? Why can't you leave it to me(your customer, developer) to decide how I'd like to use each technique. I'm sure both tags and facets could live together with no issues since first one is a back end and other one is a front end. Shopify makes strange decisions (I think just choosing the most easy way) as always.. |
Describe the current behavior
On the Navigation page, you can add links to collections that are filtered by tags:
When going to such links, however, the filters have no effect. They are completely ignored in the back-end.
The text was updated successfully, but these errors were encountered: