How can I change 'sold out' labels to 'coming soon' on selected products?

Hello,

I’m working on the prestige theme by maestrooo and need to change the ‘sold out’ label to ‘coming soon’, but only for certain products. The selection criteria would be based on the fact that the coming soon product template is used for certain products. What code would I need to use?

Thank you!

@laureniro - you can put code to check product template name and if it matches to coming soon then change sold out to coming soon, something like

{{ if  template.name == 'coming soon' }}
//code to change sold out to coming soon
{{ endif }}

Hi Laureniro,

For certain products, you can use metafield to custom label for certain products on view list or product detail.

Thank you.

Hi,

I tried to add a label “Coming Soon” on my website but it doesn’t work.

I put the tag “_label_Coming soon” as I read here https://archetypethemes.co/blogs/support/can-i-add-custom-new-or-coming-soon-labels-to-my-products-using-tags, and I also tried to add a new field in the metafield products section.

Could you please help me?

Domenica