Hi,
Some customers asked us that their country's currencies aren't available in OS Property. And they want to add them into OS Property system.
Here is solution:
To add Currency into OS Property, please use Phpmyadmin to add new record into MySQL Table: #__osrs_currencies
There are 3 fields in that MySQL table you need to fill out
1. Currency name. For example: Argentina Peso
2. Currency code: Short name of currency, 3 characters
3. Currency symbol: Symbol of currency, for example: $ is currency symbol of US Dollars
Moreover, in some modules like Loan Calculator, Mortgate, we use the default currency is $.
But you can use Translation tool at Back-end of OS Property to change those currency symbols.
Good luck
Dam