Hello I want to get the all currency symbols, and active currency symbol of the system. I have gone through all administration panel but couldn’t be able to find any way to set a currency symbol for my shop. Only one option of in Master->Core Settings->Settings->Other Settings. But here you can only add the currency. How to set or change the currency symbol.
Secondly how to get all currency symbols and how to get acitve currency symbol?
I am using this
print_r($ox_config->getConfigParam('aCurrencies'));
But it is returning an empty array.