I’m building a woocommerce site with two main categories each with it’s own sidebar filters.
I’m using the Search & Filter Pro plugin that allowed me to create multiple customized filters, and I’m using the GP Block Element to display different sidebar for each category page.
The issue is that the Search & Filter Pro plugin allows only one filter to be connected to the default Woocommerce shop page. Alternatively, I can reference any php archive file by by file name in my theme, and it will use it to display things.
I haven’t been able to find the “archive-product.php” (to get the same shop page look), nor do I know how to manually create one that displays products based on my GP Woocommerce Layout Customization (ex: 3 products per row, display sort filter, etc). I’m now stuck with the archive.php file which displays one product per column, and lacks any formatting since it’s design for the blog not product archive.