Multi-currency Wix store

after all the new realeses and wix store now being compatible with wix code!, is itnow possible to have a multi-currency wix store? if yes, how would I achieve that?

Hey, multi currency has nothing to do with WIx Code I am sorry to say it is not possible in the same shop what I know. Check the feature request list on Wix Stores.

Thank you!

Um…
It can become possible case, if you don’t use wix-store and build up a taylormade store from admin to interface for buyer :thinking:

And how would I do that? I don’t even know… the code and stuff required for all that…

Hi Zera,

You can create your own Product gallery and Product page and let the prices be connected to the prices in the Product data collection multiple by convertors in another table (i guess you can also look for an open api) - meaning that your customer will be able to show the prices in different currencies, however the payment itself (actually from the cart forward) can be in only one currency, but this is very common.

Hope this helps :slight_smile:

Thanks

Hey Neta-Lee
So you mean that if we insert like 100€ as the base price of a product in the products Data Collection and then we take that and convert it to different prices depending on currency settings but when the user adds the product to the shopping cart it will be inserted as 100€ and not in the local currency?

Right… until we have Cart api this is the situation - but i think you can add a note in the cart page to make it clear…