• Resolved leopold9720

    (@leopold9720)


    Hey,

    Does anyone knwo how to change the out of stock label on image product on the shop page.
    I simply would like to change it for Sold Out.

    Thanks a lot,

    Léopold,

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You can change text by using a free translation plugin like Loco Translate. This will allow you to find that phrase and change it to be what you’d like.

    Thread Starter leopold9720

    (@leopold9720)

    Hey,

    I’ve just change the text on the product page but I would also like to change the label on the image and I can’t seem to find what string to modify. See screenshot here : https://prnt.sc/1a0gss1

    Thanks a lot,

    Hi @leopold9720

    Have you also looked for the word in your theme or plugin files via Loco Translate? If you can’t change the badge text by editing WooCommerce file, it may be added by the theme or one of the plugins you are using.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @leopold9720,

    We’ve not heard back from you in a while. I checked your site and it seems that the Out of Stock text still shows on your product image. As highlighted by @maykato, it’s possibly coming from another tool, possibly your theme.

    You could use the following CSS in your Customizer → Additional CSS to hide it:

    .woocommerce .eltdf-out-of-stock {
        display: none !important;
    }

    Thanks.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change “out of stock label on product image”’ is closed to new replies.