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
Hi again, Iād like to follow up on this with a slightly more complex question.
Is there a way to put outofstock items at last like weāve done here and still be able to sort/order by āmenu orderā?
Thanks.