Sort/Show out of stock (WooCommerce) products last

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
Class-Eight-Builder-

1 Like

Thanks so much - it’s working great.

Perfect, you are very welcome. =]

Cheers