【发布时间】:2017-05-25 14:33:51
【问题描述】:
请帮帮我 如何删除 magento rwd theme 客户帐户仪表板链接并仅在 magento
中设置一些特定链接【问题讨论】:
标签: php magento magento-1.9
请帮帮我 如何删除 magento rwd theme 客户帐户仪表板链接并仅在 magento
中设置一些特定链接【问题讨论】:
标签: php magento magento-1.9
要从 rwd 主题中删除 magento 客户帐户仪表板链接,请按照以下步骤操作:
<action method="addLink" translate="label" module="customer">
<name>account</name>
<path>customer/account/</path>
<label>Account Dashboard</label>
</action>
【讨论】: