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