Enable Translate Inline

09 Aug 2010
Sometimes you may want to change default text in Magento, for example from "My cart" to "My basket", or even change the text into your native language.

In Magento, you can do that easily with a built-in tool: Translate inline . It enables you to make dynamic changes to default text without spending hours working with lines of code.

To enable Translate inline text, firstly, go to Admin panel ->System ->Configuration ->Developer ->Translate inline.

Then select Yes for Enable for Frontend

Now go to frontend and refresh the page. You should see red dotted lined around the text. Roll mouse over them, a book icon will appear. Click on this and an editor lightbox window will pop up. Change the text as you want and click “submit”. After that, refresh the page. Remember that if your magento site is in other languages, you should tick Store View Specific.

And you’ve all done.

Related Posts

Enable Template Path Hints

Enable Template Path Hints

06 Aug 2010
One of the most frustrating challenges in developing Magento is to figure out where the blocks are defined and where they are referenced.
Create Magento Featured Products

Create Magento Featured Products

04 Aug 2010
For an online store, it is essential to have the ability to display and sort your products, and thus support your customers in searching and choosing products. This article shows you how to create these featured products on homepage in Magento.
Adding a Static Block to your .phtml files in Magento

Adding a Static Block to your .phtml files in Magento

28 Jul 2010
Adding a Static Block to your .phtml files in Magento
Magento - Layered navigation on product pages

Magento - Layered navigation on product pages

20 Jul 2010
To attract more potential customers to your online store, you must create an ease for them when browsing products they need. In Magento, Layered Navigation is a useful feature that allows customers to find item according to two default properties: Price and Categories.