Hi, I’d like to have an URL which will display all products with a certain tag in my store. I don’t need my customers to be seeing these tags or using any filters, but have one single URL to use in advertising.
I found this instruction: https://shopify.dev/themes/navigation-search/filtering/tag-filtering
As far as I understand, all I have to do is to assign the tag to certain products and then Shopify will automatically make them available through the URL https://mywebsite.com/collections/collectionname/tag without any further changes from my end. Is that right?
But it doesn’t seem to work for me. The products are tagged properly and are showing correctly through website search, but the link with the tag https://mywebsite.com/collections/collectionname/tag just shows the content of the higher level page: https://mywebsite.com/collections/collectionname/ and nothing else. Can it be a problem of the theme, which makes these links invalid? I’m using Impuse theme.
Thank you