gpt4 book ai didi

magento - 禁用 Magento 2.0 中的弹出消息

转载 作者:行者123 更新时间:2023-12-02 10:00:35 27 4
gpt4 key购买 nike

我第一次在 Magento 中设计自己的主题(没有任何基本主题)。

默认情况下,Magento 会加载一条弹出消息,其中显示“作为新客户结帐创建帐户有很多好处:...”。

问题:如何禁用此消息?

我知道我可以使用 CSS 隐藏它,但我想从 HTML 代码中删除它。

谢谢!

最佳答案

创建此文件(从 Magento 复制):

<vendor_name>/<theme_name>/Magento_Customer/layout.xml

并替换:

<block class="Magento\Customer\Block\Account\AuthenticationPopup" name="authentication-popup" as="authentication-popup" template="account/authentication-popup.phtml">
<arguments>
<argument name="jsLayout" xsi:type="array">
<item name="components" xsi:type="array">
<item name="authenticationPopup" xsi:type="array">
<item name="component" xsi:type="string">Magento_Customer/js/view/authentication-popup</item>
<item name="children" xsi:type="array">
<item name="messages" xsi:type="array">
<item name="component" xsi:type="string">Magento_Ui/js/view/messages</item>
<item name="displayArea" xsi:type="string">messages</item>
</item>
</item>
</item>
</item>
</argument>
</arguments>
</block>

与:

<referenceBlock name="authentication-popup" remove="true"/>

关于magento - 禁用 Magento 2.0 中的弹出消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34753295/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com