How can I automatically update {{ cart.total_price | money_with_currency }} in the cart / cart drawer whenever any product is added or removed?
Currently, if I add or remove a cart upsell product the {{ cart.total_price | money_with_currency }} doesn’t refresh unless the page is entirely reloaded or another product’s quantity changes.