Yes. The currency formatting can be overridden on a per currency basis in the "Currency Widget -> Formatting" section in geolizr.



Currency formatting options

There are a few different ways to show currency amounts:

Money format
Rounded
Example
{{ amount }}

1,134.65
{{ amount_no_decimals }}

1,135
{{ amount_with_comma_separator }}

1.134,65
{{ amount_no_decimals_with_comma_separator }}

1.135
{{ amount_with_apostrophe_separator }}

1'134.65

Currency formats that are rounded will be rounded up if the decimal number is 50 or greater, or rounded down if it is not.


Note
Regardless of what currency format you choose, your store's checkout will always show your default store formatting.