Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3032467
Customize message
Closed

Comments

  • DicedBeef started the conversation

    Is it possible to customize the message shown when the product is unavailable?  right now it shows "This product is currently out of stock and unavailable." I want to change that

  •  767
    Janilyn replied

    Hi DicedBeef,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi DicedBeef,

    This is a message from WooCommerce, you can add the below custom code (How to add custom code?) to change it:

    add_filter( 'woocommerce_out_of_stock_message', function () {
        return 'Your text here';
    } );

    Best regards,
    Dustin