Skip to content

Commit ca1c746

Browse files
author
Stanislav Idolov
committed
MAGETWO-44179: Order Summary block on Shipping checkout step contains "Not yet calculated" and Subtotal information
1 parent 4a7dd58 commit ca1c746

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_index_index.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@
334334
<item name="displayArea" xsi:type="string">sidebar</item>
335335
<item name="config" xsi:type="array">
336336
<item name="template" xsi:type="string">Magento_Checkout/sidebar</item>
337+
<item name="deps" xsi:type="array">
338+
<item name="0" xsi:type="string">checkout.steps</item>
339+
</item>
337340
</item>
338341
<item name="children" xsi:type="array">
339342
<item name="summary" xsi:type="array">

0 commit comments

Comments
 (0)