Hujjat / shopify-starter-theme

Shopify Starter Theme. Based on Laravel-mix and ThemeKit. WatchFull Course Here : https://youtu.be/0274iR1XENE
86 stars 39 forks source link

Currency Switching Issue #2

Open JakeHenshall opened 4 years ago

JakeHenshall commented 4 years ago

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.

Hujjat commented 4 years ago

Hey Jake,

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

JakeHenshall commented 4 years ago

@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