I guess you mean how you can write prices CHF 50.00 instead of Fr. 50.00!?
To do that use the unformatted price from the xml and prepend the CHF. I'm not aware of any other way to do it. It seems that the Fr. is the official .NET way to format swiss currency.
I didn't find a better solution yet. You can change the currency symbol in the NumberFormatInfo class, but yeah you must implement such method which allows to change the currency symbol in umbraco (tea commerce section). Maybe it can be changed in the web.config or other .config, but my research didn't give any result.
Change currency format from "Fr." to "CHF"
Hi there
Is it possible to change the format of the swiss currency from "Fr." to "CHF"?
"Fr." is the old currency format of the swiss franc ;-).
Regards
Hi Calvin,
I guess you mean how you can write prices CHF 50.00 instead of Fr. 50.00!?
To do that use the unformatted price from the xml and prepend the CHF. I'm not aware of any other way to do it. It seems that the Fr. is the official .NET way to format swiss currency.
I hope you can use that answer.
/Rune
Hi Calvin,
Did you find a solution to this problem?
/Rune
Hi Rune
Your solution above is a good work around ;-).
I didn't find a better solution yet. You can change the currency symbol in the NumberFormatInfo class, but yeah you must implement such method which allows to change the currency symbol in umbraco (tea commerce section). Maybe it can be changed in the web.config or other .config, but my research didn't give any result.
Regards
Calvin
Hi Calvin
Great we could help. If you could mark the right answer as a solution it would be great - just to help others - thanks in advance
Kind regards
Anders
is working on a reply...