0
votes

I want to change the magento header cart price currency symbol from $ to Rs. in my dummy application. Please have a look on my dummy installation: http://questoons.com/ojp/index.php/

You can see on site, all items prices are in Rs. ( Indian rupee format ) but the cart price ( look on header total price $0.00 ) is in $. I want to display it like total price Rs. 0.00

Please guide how can I do it.

2

2 Answers

0
votes

Go to admin panel:

system>configuration>general>currency setup>currency options>change Base currency, default display currency

If you have already done that than in admin panel goto:

system>configuration>developer>debug>template path hints, set it to 'yes'.

Than refresh your website homepage. You'll be able to see the path to your template file. Go there, remove Dollar '$' symbol and add 'Rs.'.

0
votes

you can use English language in magento.

Open lib/Zend/Locale/Data/en.xml

find

< currency type="INR" >

Add code :

< symbol>Rs< /symbol>

before close < /currency>

and set your default and base currency

Go:

system > configuration > general > currency setup > currency options > change Base currency, ,default display currency, allowed currency

select indian rupee.