在catalog.xml中继承magento中的类别布局更新
我知道我可以使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 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).
您可以在类别的自定义设计部分中添加布局更新,然后将所有子类别设置为使用父设置
You can add the layout update in Custom Design section of your Category, then set all children categories to use the parent settings