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 071ba9c commit 4345906Copy full SHA for 4345906
app/code/Magento/Checkout/view/frontend/web/js/model/cart/estimate-service.js
@@ -21,7 +21,9 @@ define([
21
22
if (
23
quote.isVirtual() ||
24
- window.checkoutConfig.activeCarriers && window.checkoutConfig.activeCarriers.length() === 0
+ window.checkoutConfig.activeCarriers &&
25
+ window.checkoutConfig.activeCarriers.length() === 0 &&
26
+ quote.shippingAddress().isEditable()
27
) {
28
// update totals block when estimated address was set
29
totalsProcessors['default'] = totalsDefaultProvider;
0 commit comments