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

change title on sale box

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.

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

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";
}

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?

nevermind by searching in your website i found a french patch of the plugin that changed it
thanks you for the help

Hello

Ok!  Great!

Welcome;)