Skip to content
Advertisement

Remove checkout notice from plugin Points & Rewards in WooCommerce

I’m using the WooCommerce plugin “Points & Rewards” which displays two notices in my checkout.

I found the code of the notice generation in the plugin:

JavaScript

I tried to remove the notice with the following codes:

JavaScript

But they don’t work. Is there an other way to remove them? Or a correct way to adress them?

If I want to remove the coupon notice in the checkout, this code works fine:

JavaScript

Advertisement

Answer

You can use the following to remove “Points & Rewards” messages from checkout page:

JavaScript

Code goes in function.php file of your active child theme (or theme).

Tested and works

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement