Show Currency (CAD / AUD / USD) on product page

paul-
Excursionist
55 0 54

I have a currency selector so the user can change between currencies, the problem is: From experience AUD / CAD / NZL users often get confused because products display prices as $XX and it's not clear whether it's canadian or usd.

 

So, how do I display the abbreviated currency code on the product price? CAD / USD etc

Replies 5 (5)

microDev
Explorer
44 12 12

Hi Paul. Walter here from microDev (Shopify Partner).

 

This is a great point and one that Shopify has actually made really easy to resolve! What you want to do is format your prices using a money filter to add the currently 3 letter code to the product pricing. To do this, you need need to add the filter “ | money_with_currency” to your product price liquid tags in your ‘product-template.liquid” file (and anywhere else you may need it). 

 

It should look like this when you done:

{{ product.price | money_with_currency }}

However, this could differ slightly depending on your theme.

 

If you would some support making this change to your theme or performing any other customisations, please feel free to send me an email at support@microdev.today and we will see how we can help you with these!

May5
Visitor
2 0 0

I'm using Warehouse Theme and I can show the USD currency on product page. please help!

magnitu
Excursionist
21 0 3

Hello!
I am using theme Warehouse too. Did you succeed?

May5
Visitor
2 0 0

NO success so far. I want to show the USD next to my price on product page. Doesn't anyone know how?

rmanke
Shopify Partner
179 0 58

I'm shocked this post is close to 3 years old, and nobody has posted a clear answer.

 

Start here:

https://help.shopify.com/en/manual/payments/currency-formatting

 

Shopify Partner, software developer and designer.