
luxuryhours(@luxuryhours)
2 Posts
Customers
Quote from luxuryhours on December 13, 2019, 13:35
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
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

luxuryhours(@luxuryhours)
2 PostsTopic Author
Customers
Quote from luxuryhours on December 16, 2019, 11:33
Hi Pablo, a response would be much appreciated. Thanks
Hi Pablo, a response would be much appreciated. Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 16, 2019, 13:27
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 ";
}
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 ";
}