Replies: 0
Hi,
I have this page where I use sale_products shortcode from WooCommerce.
This is how I use it:
[sale_products paginate="true" per_page="9" columns="3" orderby="date" order="DESC"]
The issue here is that sorting doesn’t work properly when I order by price: ?orderby=price and ?orderby=price-desc give exactly the same result, that is products always ordered by price DESC.
Do you have any idea how to fix this?
Thanks for support