Ability to show currency code after price (Impulse Theme)

I have a US store, and I’ve followed the instructions to change the formatting, so I can see the currency code “USD” after my prices like this: $49.95 USD. But I also have the geolocation app and an option to show prices in CAD/AUD/NZD. But when the prices show in to customers in Canada/ Australia/ New Zealand, there’s no country code behind the price like: $49.95 CAD. There is only $49.95.

How do I display the CAD/AUD/NZD currency code behind the price?

Please note that I am using the IMPULSE Theme.

Hi,

Were you able to solve this issue with the Impulse theme? Thanks

Hello!

You have to add the money_with_currency filter where the currency is displayed.

{{ 145 | money_with_currency }}

145 is replaced with the variable representing the price in that instance.

If you need further assistance, please message me.

Could you please elaborate not exactly sure what you mean when you say this?

Hello, @jameszaverdinos

You’ll have to go into the theme’s source where that section with the currency issue exists and alter the code to make it display the currency code.

If you’d like my assistance in this, please message me.

-David

Hello I am having an issue in my Cart also instead of my price showing like $24.99 it is showing up like 2499">, but in the checkout it’s fine. Can please guide me where in the coding I will need to make this change please. Thank you