Hi,
Is there a way to show out-of-stock products last/on the last page of /shop/ and /product-category/ pages?
I do not want to just hide them.
Thanks.
Hi,
Is there a way to show out-of-stock products last/on the last page of /shop/ and /product-category/ pages?
I do not want to just hide them.
Thanks.
If you are building your own product page (i.e. with a query loop), then you can just change order by. Set the order by to “meta_value” and Meta Order Key to “_stock_status”. Also set the order by ascending.
Cheers
Thanks so much - it’s working great.
Perfect, you are very welcome. =]
Cheers