Skip to content

Formatting dutch price #1140

Closed Answered by duncanmcclean
de-raaf-media asked this question in Help
Discussion options

You must be logged in to vote

Yes, you can change the separators in your config file:

// config/simple-commerce.php

'sites' => [
  'nl' => [
    'currency' => 'EUR',
    'currency_formatting' => [
      'decimal_separator' => ',',
      'thousand_separator' => '.',
    ],
  ],
],

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@de-raaf-media
Comment options

Answer selected by duncanmcclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants