Oh snap! You are using an old version of browser. Update your browser to get new awesome features. Click for more details.

Add New Indian Currency symbol + Magento


To Add New Rupee symbol in magento currency follow below steps:

1)Copy the below url in your browser and add the css in your css folder
http://cdn.webrupee.com/font 
same with js
http://cdn.webrupee.com/js

2) Add the css and js in Page.xml

3) Add below code in root.xml
path of file: lib/Zend/Locale/Data/root.xml open file in wordpad
find:
currency type=”INR”
replace symbol Rs with: amp#x20B9; (use & for amp).

4. After this refersh cache from admin and manually delete cache from front var/cache folder.
Now in front end it will display new India rupee symbol

1 comment

  1. Is their any other way. Instead of making change in Locale folder.

    ReplyDelete