我想在客户的所有页面上显示“我的帐户”导航,即当客户编辑他的帐户或查看他的订单等时,但目前我只在客户帐户页面上获取导航。如何在magento中执行此操作。
答案 0 :(得分:0)
请尝试如下:
在您的主题中找到customer.xml
,即app/design/frontend/YOURTHEME/YOURTHEME/layout/customer.xml
在此文件中找到标有<customer_account translate="label">
的{{1}}。
您可以在这些搜索下方查看<label>Customer My Account (All Pages)</label>
。
添加您需要在块中显示的任何链接
<reference name="left">
请留言以便进一步查询。
此致