How can I change the 'sold out' tag to 'coming soon' on my eCommerce site?

Hi,

I am using the Showcase theme.

If my products are out of stock, all of them show up with the ‘sold out’ tag. However, I want to be able to tag my products with a ‘coming soon’ tag and the products show up with a label that says ‘coming soon’. Unfortunately at the moment, if the item is sold out, the sold out tag overrides any other tags in place.

I have some coding experience - am able to locate code and replace with but I cannot figure out what code is needing to be written.

I need an explanation on how I can ensure that if products are tagged with a ‘coming soon’ tag then ‘coming soon’ will show up in the collection page and not ‘sold out’.

Thank you!

@esthermorgann - you can add tag ‘coming soon’

then go to collection template and check

if product is available or not, if not available then check if this ‘coming soon’ tag is present in the product or not

  • if tag is present then show coming soon label or else you can have sold out label

Hi,

I don’t believe that I have the coming soon as an option.

In my Shopify store, I can assign pre-order and new labels to products. I have amended the language so the ‘new’ tag shows as ‘coming soon’ however it does not show up correctly as the ‘sold out’ label overrides it. I need help creating a ‘coming soon’ label that overrides the ‘sold out’ label when a product is tagged with ‘coming soon’.

Can you please help me?