【发布时间】:2017-11-04 17:11:18
【问题描述】:
当客户登录到他/她的帐户时,现在默认 magento 中显示给客户的活动菜单是 Account Dashboard
我想在客户登录帐户时显示我的订单。 我使用了这种和平的代码。
<customer_account>
<reference name="customer_account_navigation">
<action method="setActive"><name>orders</name><path>sales/order/history/</path></action>
</reference>
</customer_account>
但它没有用。请建议我任何解决方案或给我一个替代的想法来做到这一点。
【问题讨论】:
标签: php magento magento-1.9.1