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.
2 parents e2d51fc + 2af22af commit b7ff32bCopy full SHA for b7ff32b
app/code/Magento/Checkout/view/frontend/layout/checkout_cart_index.xml
@@ -62,6 +62,9 @@
62
<item name="component" xsi:type="string">Magento_Checkout/js/view/cart/shipping-estimation</item>
63
<item name="provider" xsi:type="string">checkoutProvider</item>
64
<item name="sortOrder" xsi:type="string">1</item>
65
+ <item name="deps" xsi:type="array">
66
+ <item name="0" xsi:type="string">block-summary.block-shipping.address-fieldsets</item>
67
+ </item>
68
<item name="children" xsi:type="array">
69
<item name="address-fieldsets" xsi:type="array">
70
<item name="component" xsi:type="string">uiComponent</item>
0 commit comments