Can we ovveride or change the text of 'stock'?

hi,

is there a way to customize the text “in stock” (en stock") which is displayed near of the qty of product available counter in the bottom of page product ?

As we sell place for services, stock is mean for “product”, not for Appointment/services.

Thank you for your advices and read of me!

Best regards

Some themes have an option to not show this.

Say, for Horizon family, simply disable/remove the “Product Inventory” block:

For Dawn it’s called “Inventory status”…

For others, you may either edit code, or change the wording via ...->“Edit default theme content”:

Share a link to your store (and preview password if one is set) for more precise instructions.


if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it

Here is the way to do it
firstly, go to themes and then you will see three dots at right top
then search for “In stock” Or “Stock”
you can also CTRL + F (open search and look for it)

Replace it with your desire wordings

also, if you want conditional way, you can use IF statement

{% if product.type == 'Service' %}

Available for appointment

{% else %}

In stock

{% endif %}

If possible, please provide the theme name or even the URL of your store and the store password, so that we can guide you better and give you more detailed instructions on how to change the text.

Hi @michael80000

Go to Online Store → Themes → Edit default theme content

  1. Search for “In stock”
  2. Replace it with something like:
    • “Available”

    • “Spots available”

    • “Appointments available”

Best regards,
Devcoder :laptop: