Dear everyone,
Some customers asked us that they don't see currency of their countries in the currency list of OS Property like Kenya Shilling, Polish zloty ..etc
OS Property contains a lot of currencies on the world, but we can't collect currencies all the world. So if your currency is missing in OS Property. You can add it into component by yourself.
To add currency into OS Property, please using PHPMyAdmin. (
www.phpmyadmin.net/home_page/index.php - Almost hosting have this tool) to add new record into MySQL Table #__osrs_currencies. #__ is prefix of MySQL Tables, for example: jos_osrs_currencies..etc
There are 3 fields you need to enter data
- Currency name: Name of your currency, for example: US Dollar
- Currency code: 3 caption characters of currency, for example: USD
- Currency symbol: HTML code or code of currency, for example: $
After adding currency through PHPMyAdmin, you can go to Backend of Joomla site > OS Property > Configuration > Tab General and select your add currency easily.
Good luck
Dam