Skip to Content
0
Dec 21, 2022 at 06:47 PM

What are Active and Base attributes used for in Currency Model

223 Views

V2105

We have been facing an issue in which some of our b2bcustomers are getting EUR currency. We also have noticed this behavior when creating carts and placing orders via ASM.

Now we have Base Store default currency set as well as setting the sessionCurrency for all of our b2bcustomers.

When I look at the currency model, I can see that EUR is set as active and the rest of the currencies: GBP, CAD, USD, and JPY are not active. Since I want to make use of USD for our US base store and CAD for our CA store, should I make them active in the currency model, and set EUR active to false?

I have not come across much on this topic. Are there other errors in the code base that we should be looking for? I would assume that this has to be all done via configuration and not customization.