I feel like the solution was sort of addressed in this other thread (Filtering Terms With Nested Loops?) I made before but the question may be trickier.
The products in my store are split from two very specific parent categories. For the most part, it’s been fine using filters to hide one over the other. The reason for this is that one part of our inventory is age-gated. Naturally, we don’t want those seen on the base Shop page. Regardless of those gated products being under a different parent product category than the default, which I named All Products, the base Shop page will display every product on the site. I suppose that is intended.
Before, I had set up a redirect on the Shop page to an All Products template so everything seemed to work as intended but search functionality was broken because of the redirect so I had to remove it in order to make the Search Results page appear correctly.
I wonder if using nested loops or maybe a code snippet with filtering can be the solution to the problem here. While much of the base Shop page can be styled in Cornerstone, this is the one hang up we have right now and it’s the crucial piece that needs to be resolved before we can open our site up to the public. Any suggestions is appreciated!