Replies: 1
I use this code:
add_filter( ‘wc_add_to_cart_message_html’, ‘__return_false’ );
in the functions.php file to hide the notification when a product is added in cart page, but how can I disable also when the cart updates?
Replies: 1
I use this code:
add_filter( ‘wc_add_to_cart_message_html’, ‘__return_false’ );
in the functions.php file to hide the notification when a product is added in cart page, but how can I disable also when the cart updates?