• Resolved carmpocalypse

    (@carmpocalypse)


    Hello,

    Is there a way to disable the notices on the WooCommerce cart and checkout pages, ‘Upon placing this order a cashback of?xxx?will be credited to your wallet’ (the xx would be the price amount). Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @carmpocalypse Thanks for reaching out. You can disable cashback notice from cart and checkout page using filter

    add_filter('display_cashback_notice_at_woocommerce_page', '__return_false');

    in theme functions.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable WooCommerce Notice’ is closed to new replies.