自定义Magento边栏

时间:2009-11-25 12:03:00

标签: magento customization

如何在magento

的边栏上编辑或添加块

2 个答案:

答案 0 :(得分:1)

转到app/design/frontend/default/[yourtheme]/layout位置,然后通过从page.xml文件夹复制base/default/layout来创建<block type="core/text_list" name="right" as="right" translate="label"> <label>Right Column</label> </block>

搜索:

<block type="core/text_list" name="right" as="right" translate="label">
    <label>Right Column</label>
    <block type="core/template" template="pth/to/your/layout.phtml"/>
</block>

并将其更改为:

{{1}}

答案 1 :(得分:1)

如果您有自定义布局,可以使用它来使用引用覆盖块/“子块”

&lt; reference name =“right”&gt;

&lt;! - 您的自定义 - &gt;

&LT; /参考&GT;

http://www.magentocommerce.com/design_guide/articles/intro-to-layouts

具体来说,您可能希望看一下这张图片:

http://www.magentocommerce.com/images/uploads/term_reference.gif