Comments DicedBeef started the conversationApril 27, 2022 at 2:25amIs 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 767Janilyn repliedApril 27, 2022 at 9:09amHi 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,226Dustin repliedApril 27, 2022 at 10:36pmHi 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,Dustin1 Like Sign in to reply ...
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
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
Hi DicedBeef,
This is a message from WooCommerce, you can add the below custom code (How to add custom code?) to change it:
Best regards,
Dustin