Remove availability: in stock from products

Hi!

I was wondering if there is any way that the availability: in stock can either be removed or customized.

Most of the products I offer on my page are not in stock but can be ordered for the customer when they order it. I had been hoping to make this more visible for the customer by having the stock of my product as zero and continuing selling after out of stock.

Sadly, the products all still show “availability: in stock” so I would like to either remove the message or have the availability show that none is in stock but that the customers can still order it.

Is there any way to do this, the second option maybe with an app as well?

Thank you! :slightly_smiling_face:

Hi @K-Square

You can do this with shopify liquid code.
You can remove stocks code from product.liquid file

1 Like

To expand on Dbuglabpvtltd’s answer and for anyone having this issue, I was able to remove the “Availability” section of the product page by:

  1. Going to Online Store, then Themes

  2. Actions, Edit Code

  3. Scroll down to the “Sections” folder and click product-template.liquid

  4. Go to line 252 and it’s right under

    .

  5. Remove the entire div called “stock-info” if that’s what you wish to do or edit as you like.

Do note this is for Debut theme, not sure if it’s the same for all themes.

Hope that helps anyone searching for answers like I was.

Cheers!