0

在我的 customer.xml 页面中,我希望将“我的帐户”链接的标签更改为客户的姓名。这样做的正确方法是什么?

<customer_logged_in>
    <reference name="account.links">
        <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>35</position></action>
        <action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>40</position></action>
    </reference>
</customer_logged_in>
4

1 回答 1

0

您可以通过查看这些帖子找到问题的解决方案。所以请通过帖子。

magento 的 customer.xml 布局文件中的附加参数

http://www.magentocommerce.com/boards/viewthread/230512/#t326018

于 2013-02-20T05:44:59.030 回答