Search code examples
e-commerceopencartcurrencystorefront

How can i choose indian currency Rupee in opencart storefront?


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 Adding the Indian Rupee in Database Table


Solution

  • 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