Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @cyril370

    Thank you very much for reaching out to us.

    Could you please let me know which widget you are using? This way, it would be easier for me to answer your question ??

    Kind regards,
    Tarek

    Thread Starter cyril370

    (@cyril370)

    Hello,

    I use the widget “Product Grid”.

    Kind regards,

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @cyril370

    Thanks a lot for your prompt response ??

    You can change the badge text by using the following snippet in the functions.php file of your theme.

    add_filter( 'woolentor_sale_badge_text', function($badge) {
    	$badge = 'Your text';
    	return $badge;
    } );

    Hope it helps!

    Sincere regards,
    Tarek

    Thread Starter cyril370

    (@cyril370)

    Ho thks it’s works,

    I have another small problem maybe you can help me,
    As soon as I update my cart table, it even splits triple like this with the total cart cart
    have you any idea?

    https://i.stack.imgur.com/F91xy.png

    thks

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @cyril370

    It’s great to know that it works now.

    I have reviewed the screenshot you shared. It seems that you have directly modified the Cart page.

    To get rid of the issue, please create a template first and then assign it to the Cart page.

    If the issue persists after that, contact our support website at

    https://woolentor.com/contact/

    We’ll definitely help you with this.

    Best regards,
    Tarek

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text SALE!’ is closed to new replies.