如何从magento左面板中删除块?

时间:2013-03-18 10:06:52

标签: xml magento layout magento-1.5

我已将1column.phtml中的magento注册页面布局更改为2columns-left.phtml中的customer.xml。我需要在我的magento注册页面左侧面板上只显示一个块。应从页面中删除所有其他块。目前我的左侧面板上有三个magento的默认块和我的自定义块。 如何使用xml删除其他块? 任何人请帮忙。

3 个答案:

答案 0 :(得分:10)

<remove name="block.name" />

中的

答案 1 :(得分:5)

在local.xml

<customer_account_login>
   <remove name="left.permanent.callout" />  

   <remove name="catalog.compare.sidebar" />  <!--product compare-->


   <remove name="left.reports.product.viewed" /> <!--recently viewed prod-->

</customer_account_login>"

这样你可以删除你想要的任何块。

答案 2 :(得分:1)

为此,您必须在 customer_account_login 部分的 customer_account_login 部分 customer.xml 中使用带有阻止名称的删除标记