silvershop-core
silvershop-core copied to clipboard
Currency Formatting Review
As we discussed on Gitter today, currency formatting could take some review, maybe changing to a template based approach or NumberFormatter. For now I've implemented a simple way for implementing European style currencies: https://github.com/silvershop/silvershop-core/pull/549
Number formatter is part of the PHP intl extension. This extension will be a requirement for SilverStripe 4, so we can start using NumberFormatter there.