Magento 2-无法正确加载Magento_Theme default.xml中的Minicart块

时间:2018-11-29 17:05:16

标签: magento magento2 minicart

这是默认的xml,可正确加载徽标,搜索和微型购物车。

<container name="header-wrapper" label="Page Header" as="header-wrapper" htmlTag="div" htmlClass="header content">


                <block class="Magento\Theme\Block\Html\Header\Logo" name="logo">
                    <arguments>
                        <argument name="logo_img_width" xsi:type="number">189</argument>
                        <argument name="logo_img_height" xsi:type="number">64</argument>
                    </arguments>
                </block>



            </container>

enter image description here

这是我的代码,它加载购物车但不显示渲染量和弹出窗口。

<block class="Magento\Checkout\Block\Cart\Sidebar" name="minicart" as="minicart" after="logo" template="Magento_Checkout::cart/minicart.phtml">
            </block>

enter image description here

0 个答案:

没有答案
相关问题