i want to ask how to remove add to woocommerce cart message. i have disabled add to cart button and only kept buy now button which directly takes u to checkout. so there is no need to show message (product has been add to cart). i have tried to use following code but didnt work:
add_filter( ‘wc_add_to_cart_message_html’, ‘__return_false’ );