Hello, I’m having an issue that I’m seeing others have, but with no solution posted. I’m using the Supply theme, and my Sidebar Filter currently shows the tags of all of my products, even after I’ve selected a filter.
I found a solution to change this code “{% elsif collection.all_tags contains tag %}” to this code “{% elsif collection.tags contains tag %}” but I’m not seeing this code in the Supply 2021 theme.
I do see something similar in the collection-sidebar.liquid file where the filtering happens, but when I update it what I get is the Filter only showing the tags of the products that are visible on the page. So if I click to view the next set of 12 products in the collection, the Filter changes to show only the tags currently on the page.
Thanks in advance!