Skip to content

Commit 7bf5f4e

Browse files
committed
MAGETWO-52956: Container miss reference to the mini-cart
1 parent d5f4517 commit 7bf5f4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
</item>
5757
</argument>
5858
</arguments>
59+
<container name="minicart.addons" label="Mini-cart promotion block"/>
5960
</block>
6061
</referenceContainer>
6162
</body>

app/code/Magento/Checkout/view/frontend/templates/cart/minicart.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<div id="minicart-content-wrapper" data-bind="scope: 'minicart_content'">
4040
<!-- ko template: getTemplate() --><!-- /ko -->
4141
</div>
42+
<?php echo $block->getChildHtml('minicart.addons'); ?>
4243
</div>
4344
<?php endif ?>
4445
<script>

0 commit comments

Comments
 (0)