Breakfast in Capetown

Changing the currency symbol

I donno why things have to  be so difficult to do in magento . Displaying a  currency is simple enough, you go into the admin section and modify the currency as you want. However if you want to change the symbol, then its another typical magento nightmare.

Having chosen my site to use Zim Dollar for sells, the symbol is $Z. I wanted to change that to $ZWD. So you have to go to \lib\Zend\Locale\Data

Default symbols are in root.xml and if you’re using other translations the symbols are in one of many .xml files in there. e.g if the translation was shona, the file would be sn.xml

So assuming you’re using the default language, open root.xml and search for the symbol you want to modify and change it accordingly.

If you ask me, a backend symbol modifier would be cool.

Oh, my dear magento… we’re a simple folk…

  • sahil

    I want to show INr symbol in my website but instead of symbol it is showing INR.
    But for USD and Euro it is showing their respective symbols.
    I want to know how can i show inr symbol?
    Thanks

    • munyah

      Sorry I saw this late:

      Its going to depend on your Locale, but just find INR and change the symbol to INr in \lib\Zend\Locale\Data\[nn.xml; sv.xml; fi.xml; nb.xml]

      Hope that helps