【问题标题】:how to disable or enable newsletter popup in magento 2 porto theme如何在 magento 2 porto 主题中禁用或启用时事通讯弹出窗口
【发布时间】:2016-11-11 10:12:50
【问题描述】:

这里我在 magento 2 中使用 Porto 主题。我需要禁用时事通讯弹出窗口。可能有一个设置。

但我不知道它在哪里。请帮忙。

xml 文件中写的内容如下:

<referenceBlock name="customer-account-navigation-newsletter-subscriptions-link" remove="true"/>

【问题讨论】:

    标签: magento-2.0


    【解决方案1】:

    用xml写的行是正确的。

    您似乎想从我的帐户页面中删除时事通讯标签。为此,我在主题客户模块文件中添加了相同的行。

    app/design/frontend/theme/default/Magento_Customer/layout/default.xml

    文件中的代码

    <?xml version="1.0"?>
    
    <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
        <body>
            <referenceBlock name="customer-account-navigation-newsletter-subscriptions-link" remove="true"/>
        </body>
    </page>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-07-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多