Skip to content
Discussion options

You must be logged in to vote

Hey!

If you update to v4.5.7, you can now customise these formatting symbols.

You can configure it in your Simple Commerce config file:

// config/simple-commerce.php

'sites' => [
    'default' => [
        'currency' => 'GBP',

        'currency_formatting' => [
            'thousand_separator' => '.',
            'decimal_separator' => ',',
        ],
    ],
],

Hopefully that works for you!

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