We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8433083 commit 4fd6a03Copy full SHA for 4fd6a03
app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js
@@ -80,4 +80,5 @@ define([
80
quote.shippingAddress.subscribe(estimateTotalsAndUpdateRates);
81
quote.shippingMethod.subscribe(estimateTotalsShipping);
82
quote.billingAddress.subscribe(estimateTotalsBilling);
83
+ customerData.get('cart').subscribe(estimateTotalsShipping);
84
});
0 commit comments