Woo Sorting with Ajax – Joins all categories into one URL
-
Hi All,
The problem I am having is when I click the Woo Sort by price, name etc it changes the URL to join the all filter categories into one big link.
Below I have ticked the boxes on the filter and it works. Note the %3B or ; to break up the categories.
Link to Page with Filters: https://musicshop.chasingsound.com.au/product-category/guitar-bass/?product_orderby=price&product_order=asc&product-category=acoustic-guitars%3Bbass-guitars
Now if I sort it breaks and joins them into one big category. product-category=acoustic-guitarsbass-guitars. If I add a ; or %3B like so. product-category=acoustic-guitars;bass-guitars
Link to the sorting broken:https://musicshop.chasingsound.com.au/product-category/guitar-bass/?product_orderby=price&product_order=desc&product-category=acoustic-guitarsbass-guitars
I am pretty new to website dev. Would I need to create an action in my functions.php that tell Woo sorting to add that?
The page I need help with: [log in to see the link]
- The topic ‘Woo Sorting with Ajax – Joins all categories into one URL’ is closed to new replies.