Changing "Sold out" to "Coming soon" for some items

I’m new to Liquid and I’m trying to change my theme’s code to display “Coming Soon” if the item is out of stock and the type of the item is “Coming Soon”.

My theme’s liquid code is the following:


I’m unable to add if statements to check the type of the item and display ‘products.product.coming_soon’ instead of ‘products.product.sold_out’.

Could someone help me with this issue?

Thank you.

1 Like

Hi @aacoimbra

Could you share the original code here?

The logic to apply is the following:

{% if product.type == "Coming Soon"%}
Coming Soon
{%endif%}

The reason behind products.product.coming_soon not working is that it doesn’t exist, just replace it with text directly.

Let me know if that solves it for you!

1 Like

Hi @JHKCreate , thank you for your reply.

I’m sorry I’ve posted the wrong code, here is the original:


I can’t make the changes needed for it to work.

About the “products.product.coming_soon”: I’ve created the variable in en.defaut.json, is this recommended?

Hi @aacoimbra

Good day

Can you please add us as staff so we can check it for you?