在catalog.xml中继承magento中的类别布局更新

发布于 2024-11-03 03:30:41 字数 373 浏览 2 评论 0原文

我知道我可以使用catalog.xml设置单个类别布局

<CATEGORY_123>
  <reference name="left">
    <block type=""> (etc.)
  </reference>
</CATEGORY>

(感谢@Greg 此答案

如何为单个类别及其所有子类别设置此更新?

I know I can set a single category layout through catalog.xml using

<CATEGORY_123>
  <reference name="left">
    <block type=""> (etc.)
  </reference>
</CATEGORY>

(thanks @Greg for this answer)

How can I set this update for the single category and all its children categories?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倦话 2024-11-10 03:30:41

使用 Catalog.xml 我不确定是否可以。但是,如果您转到管理中的类别并单击“自定义设计”选项卡,则可以将 XML 放在那里并指定子类别/产品是否继承 XML(使用“应用到”下拉列表)。

Using Catalog.xml I'm not sure if you can. However, if you go to your category in the administration and click on the Custom Design tab, you can put your XML there and specify whether child categories/product inherit the XML (using the "Apply To" dropdown).

话少心凉 2024-11-10 03:30:41

您可以在类别的自定义设计部分中添加布局更新,然后将所有子类别设置为使用父设置

You can add the layout update in Custom Design section of your Category, then set all children categories to use the parent settings

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文