I have inserted indian rupee in database table. But still i don't know, why in store front currency drop-down indian rupee currency is not displayed. Please let me know hot to add a specific currency ? Thanks in Advance

- 309
- 1
- 8
- 22
2 Answers
Since you've added this in the database instead of through the admin, it's likely that the cache file still exists for the currencies. Go to the /system/cache/
directory and find any files starting cache.currency
and delete them. Alternatively just edit the currency in the store admin. This is actually how you should do this, not mess around with the database tables

- 15,141
- 5
- 37
- 56
It works to me
Steps
1. Go to System -> Localisation -> Currencies
Add Currency Title as
Rupees
Code as
INR
Symbol Left as
₹
Decimal Places as
2
Value as
1.00000000
Status as
Enable
Now, you need to Go to
System -> Settings -> Your Store -> Action -> Edit
Get
Local
and EditCountry as
India
Region / State as
select any state of india
Language as
English
Administration Language as
English
Currency as
Rupees
Auto Update Currency as
Yes
Define your Length and Weight class as you required
Again Got to
System -> Localisation -> Currencies
You will get Rupees as
Default
Delete
USD
andClick on your
Dashboard
that is on the left barYou will find
setting
symbol on right side top corner.Click on that and you will get
CACHE
Click on
OFF
and onAction
doREFRESH
You are done.
Thanks.

- 3,056
- 24
- 26