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

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

laureniro
Visitor
1 0 0

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!

Replies 3 (3)

suyash1
Shopify Partner
9876 1228 1566

@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 }}

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

kai-nguyen
Shopify Partner
41 6 10

Hi Laureniro,

 

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

 

Thank you.

domenicadt
New Member
4 0 0

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-u... and I also tried to add a new field in the metafield products section.

 

Could you please help me?

Domenica