Currency Formatting Not Working with Multi-Currency

Hi everyone

My currency formatting settings are set to Remove Decimals using:- “£{{amount_no_decimals}} GBP” which works fine for my native store currency GBP.

However when I swap currency, say to USD, using Shopify’s multi currency switcher decimal places are now shown. See attached photos.

I want to Remove Decimals for all currencies. Please could a Shopify Dev help resolve this?

Thanks,
Lewis

Hi @greatdane67 ,

For Multi-Currency you need to add code change step. Please go to the file containing the code to display the price, ‘price’ can be found in the snippets.

Then change: money => money_without_trailing_zeros , refer

Hope it helps!

2 Likes

Worked. Muchas gracias

1 Like

Hi,

I’m having the same issue but this added code not fixed the problem. Is this still working as a solution?

Thanks.

Worked for me in August 2024! Thank you!