silvershop-core icon indicating copy to clipboard operation
silvershop-core copied to clipboard

Currency Formatting Review

Open anselmdk opened this issue 8 years ago • 1 comments

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

anselmdk avatar Sep 28 '16 12:09 anselmdk

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.

bummzack avatar Nov 14 '16 13:11 bummzack