Magento在客户仪表板左侧导航中添加子菜单

时间:2016-02-19 06:57:31

标签: php magento magento-1.9

我已在客户信息中心页面的左侧导航栏中添加了我的自定义菜单,但我还想将子菜单添加到自定义菜单中。

有没有办法添加子菜单?

我使用下面的代码

创建了菜单
<customer_account> 
  <reference name="customer_account_navigation"> 
    <action method="removeLinkByName"><name>billing_agreements</name></action>           
    <action method="addLink" translate="label" module="test">
      <name>info_edit</name>
      <path>test/index/getinfo/</path>
      <label>Custom menu</label>
    </action>                   
 </reference> 
</customer_account>

0 个答案:

没有答案