Home › Forums › WoodMart support forum › Dont show woo commerce notification add to cart › Reply To: Dont show woo commerce notification add to cart
June 13, 2018 at 3:03 pm
#62745
Elise Noromit
Member
Hello,
Please insert this code into fundtions.pho of the child theme:
add_filter( 'wc_add_to_cart_message_html', '__return_false' );
Best Regards