user1809035
user1809035

Reputation: 247

Magento edit shopping cart title in header

I have a Magento webshop and in my header is standing: Shopping cart - Subtotaal winkelwagen

I was looking for a way to edit this text. I have looked into the .php files etc. but i didn't found anything there so far. I hope someone can tell me where i can edit this text.

Upvotes: 0

Views: 4290

Answers (2)

erwin_smit
erwin_smit

Reputation: 700

That's probably somewhere in app/design/frontend/packagename/templatename/checkout/cart.

If not, try to switch on the template hints on.

You can also replace text using a translate file. Place a file called "translate.csv" in app/design/frontend/{packagename}/{templatename/locale/{languagecode}/

Hope this helps.

Upvotes: 0

mtwde
mtwde

Reputation: 289

The best way is as erwin_smit described it.

As an addition the fastest solution is by using the inline translation Tool under

System->Configuration->Developer->Inline Translation

After activation reload your Front-end and edit the dotted text.

Upvotes: 1

Related Questions