Angelin Nadar
Angelin Nadar

Reputation: 9300

Renaming links from top menu using local.xml?

In the default checkout.xml there is:

<reference name="top.links">
    <block type="checkout/links" name="checkout_cart_link">
        <action method="addCartLink"></action>
        <action method="addCheckoutLink"></action>
    </block>
</reference>

Eg: I want to rename My Cart, My Cart(1) to Current order, Current order(1) respectively.

Upvotes: 1

Views: 690

Answers (1)

pgarama
pgarama

Reputation: 80

You can find your translation files here "/app/locale/YOUR_LANGUAGE". To change the top links menu, you have to open "mage_checkout.csv".

Upvotes: 2

Related Questions