Hello guys, I’m not sure if this is a bug or something that just I didn’t know how it works, here is the issue: Statement: If you want to create a sub-menu without creating an actual collection to link to, instead, you link the sub-menu to a parent collection and then filter by a tag, the sub-menu page won’t have a filter option.
For example:
Sub menu “Ski Jacket”: This menu is linked to the collection “Ski Jacket”. On the redirected page, you can filter by colour, type, weight, etc.
Sub menu “Women’s ski jacket”: This menu is linked to the “ski jacket” but filtered by the tag “women”. On the redirected page, you won’t be able to filter.
I suppose this happens because the sub menu is already filtered once by the tag, and cannot be filtered further.
This becomes an issue for me because my products need to be filtered by “tag”, and then by other criteria. Therefore, a collection is needed for every tag filter, because otherwise filter by other criteria won’t show up.