increase priority for (you saved message priority)
Increase priority for "you saved" message.
add_action('wp_loaded', function() {
add_filter('woocommerce_cart_item_subtotal',array(\Wdr\App\Router::$manage_discount,'getCartProductSubtotalPriceHtml'), PHP_INT_MAX,3);
});