Reputation: 309
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
Upvotes: 1
Views: 6377
Reputation: 3262
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 Edit
Country 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
and
Click on your Dashboard
that is on the left bar
You will find setting
symbol on right side top corner.
Click on that and you will get CACHE
Click on OFF
and on Action
do REFRESH
You are done.
Thanks.
Upvotes: 3
Reputation: 15151
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
Upvotes: 3