Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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!
I'm using Warehouse Theme and I can show the USD currency on product page. please help!
Hello!
I am using theme Warehouse too. Did you succeed?
NO success so far. I want to show the USD next to my price on product page. Doesn't anyone know how?
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
HI MicroDev - I know this is an old thread, but I am facing the same issue - specifically for confusion around USD, AUD, CAD, and NZD. I have updated product.price to be money_with_currency throughout (and in fact, I have changed the default for money to show the 3 digit code). This works great for every currency in the list EXCEPT for AUD, CAD, and NZD. When I'm selecting USD, it dutifully shows USD just like it should. And, it works for Euro, Pounds, and a whole host of currencies I've never heard of. BUT, for AUD, CAD, and NZD, the three-letter code simply doesn't appear. It's only those three that I've discovered so far. It's as if Shopify hasn't entered the three-letter code for those three specific currencies.
Do you have any thoughts on that one? Thanks much!
-Scott
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024