• Resolved daanvk

    (@daanvk)


    Hi,

    Is it possible to hide the “Coupon code applied successfully” message when a coupon is added automaticaly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @daanvk,

    Please try adding below code snippet to your active theme’s functions.php to hide the coupon message.

    add_filter('wt_smart_coupon_auto_coupon_message',function(){
    	return '';
    });

    Hi there, I managed to hide the auto coupon message. However, the “Congrats you got a free gift!!” message still showing, anyway of hiding it as well? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide “Coupon code applied successfully” when coupon is added automaticaly’ is closed to new replies.