I know another user brought this up in this post but is there a way to still implement this using a Query String?
I was thinking something like this might work:
product_cat={{dc:term:name}}=all-products&category__not_in=stuff-to-filter-out&post_type=product&posts_per_page=8&orderby=asc
But alas the category_not_in
part of the code doesn’t do anything.