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

Problem translate

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.

Hi,

I would like to translate the"on sale" checkbox by"En promotion"on my filter but when i add french on this extension with loco translate i have 404 page.

Or may be there is another way for translate it?

If that can help you i created again a credential to my wordpress with the link.

Thank you very much

Hello

Try it please  - https://products-filter.com/hook/woof_ext_custom_title_xxx/

Example:

add_filter('woof_ext_custom_title_by_onsales',functions($titlt){

return"En promotion";

});

Thank you i am really sorry but where i add this code?

 

Thank you

Hello

In  functions.php of the current theme

Hi,

Thank you but i did that first and i have error message :

syntax error, unexpected 'return' (T_RETURN)

Hello

Sorry!

Try  this  code:

add_filter('woof_ext_custom_title_by_onsales',function($titlt){

return"En promotion";

});

SankYOU ;)

Hello

Welcome;)