This bug occurs when you select at least two attributes.
1. visit: https://foundthru.com/product-category/dogs/dog-food-and-treats/original/black/
2. sort by: price low to high
3. see the attribute urls in the widgets – there are some duplicated attributes like: /original/black/black or /original/original/black
4. ‘?orderby=price-desc’ is not passed further
September 2, 2019 @ 5:48 pm
5. filter by price &minprice=0&maxprice=1000 and see the existing filter widget urls with the price. There is missing slash between the attributes: /originalblack/
September 3, 2019 @ 3:16 pm
6. If the orderby exists and the last attribute filter is removed there is wrong url in existing filter widget:
a. https://foundthru.com/filter/black/?orderby=price
b. remove the black attribute from the existing filter widget
c. there is wrong output url: https://foundthru.com/filter/?orderby=price, it goes to the 404 page. It should go to the main shop page.
November 7, 2019 @ 12:46 pm
Any update on this?