Woocommerce Product Search Breaking my Multiple Category URL’s
-
I created links on my site that combine multiple categories into one. For instance, I made a link to search for “domestic wine” and combined the real categories of “domestic white wine” and “domestic red wine” by making the “domestic wine” link look like mysite.com/product-category/domestic-white-wine,domestic-red-wine/.
It was successfully pulling up products from both categories.
But after installing the WooCommerce Product Search extension, those URL’s no longer work. They will only end up displaying the first category mentioned in the URL. So in my example, it will only show “domestic white wine”, even if it’s trailed by several other real categories.
I need to use the URL approach instead of adding/changing the categories because the products are being downloaded and mapped to woocommerce every 15 minutes from our store’s database and wordpress will create duplicate categories any time it doesn’t see the category structure the exact same way that the imported items expect to.
Any help figuring out how I can continue to use “,” in the URL to display multiple categories while also still using the WooCommerce Product Search extension would be appreciated. Thank you.
- The topic ‘Woocommerce Product Search Breaking my Multiple Category URL’s’ is closed to new replies.