我正在尝试编辑基于 Magento 的网站主页的右侧边栏。当我编辑主页部分中的Layout Update XML
字段时Custom design
,我看到以下代码:
<reference name="right">
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
<action method="unsetChild"><name>right.newsletter</name></action>
<action method="unsetChild"><name>cart_sidebar</name></action>
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"/>
</reference>
但我找不到块标记中指定的布局在哪里。当我删除整个代码时,侧边栏仍在显示,但比较侧边栏 Widet 位于侧边栏的其余部分之上。
我是 Magento 的新手,有点迷茫。感谢您的帮助。