In it’s default setup, the currency format for German Euro is “#,##0.00 ¤” which displays something like “750,00 €”. I want to skip the decimal places to have the display “750€”. When I change the currency format to “0 ¤” the €-symbol is not being displayed.
Is this a bug oder what am I doing wrong?
Magento has hardcoded the decimal places to 2 in
Mage_Directory_Model_CurrencySo I just wrote a small module which makes the hardcoded 2 configurable in the backend.