WooCommerce supprime la notification après un certain temps

 setTimeout(function() {
        jQuery('.woocommerce-message').fadeOut('fast') 
    }, 5000);
Lokesh003Coding