jQuery(function($){ $(document.body).on('adding_to_cart', function(){ $('.woocommerce-notices-wrapper .woocommerce-error').remove(); }); });