如何从customer.xml的local.xml更新标签登录/注销

时间:2011-05-28 10:23:32

标签: layout magento

我只想将标签登录更新为customer.xml文件的登录。怎么可能从local.xml

<customer_logged_out>
    <!---<reference name="right">
        <block type="customer/form_login" name="customer_form_mini_login" before="-" template="customer/form/mini.login.phtml"/>
    </reference>-->
    <reference name="top.links">
        <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>100</position></action>
    </reference>
    <remove name="wishlist_sidebar"></remove>
    <remove name="reorder"></remove>
</customer_logged_out>

2 个答案:

答案 0 :(得分:4)

请勿使用顶部链接。打开app / locale / en_US / Mage_Customer.csv,找到说

的行
"Log In", "Log In"

将其更改为:

"Log In", "Sign In"

你已经完成了!希望有所帮助!

谢谢, 乔

答案 1 :(得分:3)

转到

System->Configuration->Developer->Translate Inline->Enable for Frontend
设置是,保存它。打开你的前端。你会看到很多地方的图标书。点击登录文字附近的图标,弹出一个将出现。更改登录以进行签名并提交。刷新页面,您可以看到结果。不要忘记在进行更改后禁用内联翻译。

这是另一种更改文字的方法。