I seem to have come up against an issue here.
I’m building a theme and I’m using the tag system to add custom filters for products.
This was all working fine until I added in a price filter too.
The url for a tag within a collection is as follows:
collections/all/my-tag
That’s fine and all working, however, when I add a price filter, it no longer works!
collections/all/my-tag?filter.v.price.lte=30
I also tried:
collections/all?filter.v.price.lte=30/my-tag
How do I filter by tag and price?!