diff --git a/www/extras/shop/cart.js b/www/extras/shop/cart.js index 49b8b4fef..92e92ad44 100644 --- a/www/extras/shop/cart.js +++ b/www/extras/shop/cart.js @@ -119,6 +119,7 @@ this.getSelectAddress(d.billing, function (address) { fillIn(e.shipping, address); self.computePerItemShippingOptions(); + self.updateSummary(); }); },