
coffeemachine(@coffeemachine)
4 Posts
Customers
Quote from coffeemachine on August 15, 2022, 17:53
hello iam currently making a french website and i would want to know if it was possible to change the on sale box title since there is no setting option on it
hello iam currently making a french website and i would want to know if it was possible to change the on sale box title since there is no setting option on it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 16, 2022, 12:01
Hello
Please read this - https://products-filter.com/hook/woof_ext_custom_title_xxx
Paste in functions.php
add_filter( 'woof_ext_custom_title_ by_onsales' ,'woof_ext_custom_title');
function woof_ext_custom_title ($title){
return "Any text ";
}
Hello
Please read this - https://products-filter.com/hook/woof_ext_custom_title_xxx
Paste in functions.php
add_filter( 'woof_ext_custom_title_ by_onsales' ,'woof_ext_custom_title');
function woof_ext_custom_title ($title){
return"Any text";
}

coffeemachine(@coffeemachine)
4 PostsTopic Author
Customers
Quote from coffeemachine on August 16, 2022, 17:27
thanks you for the answer
i tried doing what you told me to do in fonction,php but after hours off trying i wasnt able to make it work. i also misswritten iam trying to change the filter name
so on sale can become en rabais
iam using a template that has already been made with oxygen so is that the reason why it isnt working?
thanks you for the answer
i tried doing what you told me to do in fonction,php but after hours off trying i wasnt able to make it work. i also misswritten iam trying to change the filter name
so on sale can become en rabais
iam using a template that has already been made with oxygen so is that the reason why it isnt working?

coffeemachine(@coffeemachine)
4 PostsTopic Author
Customers
Quote from coffeemachine on August 16, 2022, 22:09
nevermind by searching in your website i found a french patch of the plugin that changed it
thanks you for the help
nevermind by searching in your website i found a french patch of the plugin that changed it
thanks you for the help

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 17, 2022, 11:13
Hello
Ok! Great!
Welcome;)
Hello
Ok! Great!
Welcome;)