Shop page, show "In stock" products at top

Hello, i am building my first webshop, and I’m facing the first problem i haven’t been able to solve.

I want the shop to show “In stock” then “Out of stock”. I have not been able to do this.
The sorting inside these 2, should be “Newest first”.

How do i fix this?
Shop page: https://www.kocardz.dk/shop/

Thanks in advance :smiley:

Hello @12ga,

Thanks for writing to us.

I would suggest you please add this dynamic content to display product stock status.

{{ post.meta({"key":"_stock_status"}) }}

Hope it helps
Thanks

Thanks, exactly where do i put this?

You can place the dynamic content in a Text element. Let us know if you need more info.

Thanks, couldn’t get it to work, but found another solution.

I just made a product loop with the condition of it being in stock.
Then i made another product loop, with condition of it being out of stock.

Glad to know that you’ve found a workaround.

What happens when you use this dynamic content instead?

{{dc:post:meta key="_stock_status"}}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.