Hi,
does anyone have an idea on how to adjust the currency symbol manually.
I.e. instead of “CHF” for Swiss Francs, I’d like to use “SFr.”. Is this adjustment even possible?
Thanks in advance!
Hi,
does anyone have an idea on how to adjust the currency symbol manually.
I.e. instead of “CHF” for Swiss Francs, I’d like to use “SFr.”. Is this adjustment even possible?
Thanks in advance!
Hey @FM_VLV1 ,
Unfortunately, you can’t control the price formatting for other currencies through Shopify’s standard settings. This can be done manually via editing the theme code. However, there are a couple of approaches you can take.
Option 1: Currency Formatting Settings (Limited) For your store’s default currency, you can customize the formatting:
You can use custom text before or after the {{amount}} variable, so theoretically you could set it to display as “SFr.{{amount}}” instead of the default CHF formatting.
Option 2: Theme Code Modification (More Complex) This can be done manually via editing the theme code. You’d need to:
Important Context: The use of SFr. for Swiss francs has historical context - it’s been used alongside Fr. (German) and fr. (French/Italian) as currency signs, while CHF is the internationally official abbreviation according to ISO 4217 standards.
My Recommendation: If you’re comfortable with basic code editing, I’d suggest trying Option 1 first for your store’s default currency. If you need this change across multiple currencies or markets, you might want have to play with the theme code then.
Also, I’m happy to help you implement whichever solution works best for your store!
Best regards,
Shubham | Untechnickle
P.S. - Just make sure to backup your theme before making any code changes, just in case!
Hi Shubham,
thanks for your reply. Option 2 was the one wanted to go for. The problem is that I couldn’t yet find the liquid file that handles the currency display. Any ideas? I use the Dwell Theme.