PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Create a TITLE LABEL for SEARCH BY PRICE

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I have created a structure which has CHECKBOX, IN STOCK PURCHASE and SEARCH BY PRICE. I can create a title label for CHECKBOX and SEARCH BY PRICE by entering this into the 'additional options', but I can't create a title label for IN STOCK PURCHASE. The 'additional options' doesn't give me the option of entering a title label. What can I do to create this title label?
Thanks

Hi Pablo, a response would be much appreciated. Thanks

Hello

Please  read this - https://products-filter.com/hook/woof_ext_custom_title_xxx/

Example:

add_filter( 'woof_ext_custom_title_by_instocks' ,'woof_ext_custom_title_instock');
function woof_ext_custom_title_instock ($title){
return" ANY TEXT ";

}