shopify-starter-theme icon indicating copy to clipboard operation
shopify-starter-theme copied to clipboard

Currency Switching Issue

Open JakeHenshall opened this issue 4 years ago • 2 comments

Hi,

I also have another issue.

If I want to use a different currency I cannot as src/js/filters/money.js default symbol is $

How would I be able to use other currencies within the Vue parts of the theme?

Jake.

JakeHenshall avatar Jan 28 '20 10:01 JakeHenshall

Hey Jake,

Yes you can, You can take the $ or any other currency sign from cart object.

Hujjat avatar Jan 29 '20 13:01 Hujjat

@Hujjat Thanks for getting back, the issue is if I change the store Currency to £ or € in certain parts it keeps the $ symbol. It only seems to happen in the vue.js parts of the theme. Is there a way to get the stores used currency into the src/js/filters/money.js file? Hopefully, that makes a little more sense.

Currency Issue

JakeHenshall avatar Jan 29 '20 21:01 JakeHenshall