Page 1 of 1

Multi currency support

Posted: Tue Feb 11, 2014 1:11 am
by nanix84
Im not quite sure if the recent broadleaf supports multi currency.
If im going to implement on this, where should I start?

Thanks

Re: Multi currency support

Posted: Tue Feb 11, 2014 3:12 pm
by phillipuniverse
What do you mean by multi-currency? Broadleaf supports multi-locale and multi-currency out of the box but I want to make sure that your specific use case is captured.

Re: Multi currency support

Posted: Tue Feb 11, 2014 8:04 pm
by nanix84
My bad if I wasn't specific. But I would like to set it up to different currencies like. HK dollar, Chilean peso, Canadian dollar etc..
I would like to add those currencies in the admin drop down

Re: Multi currency support

Posted: Sun Feb 16, 2014 9:15 pm
by nanix84
Thanks guys. My bad its under sql/load_content_structure_i18n.sql only and I added the initial data now im wondering how can I make it appear in admin

Re: Multi currency support

Posted: Tue Sep 22, 2015 6:49 pm
by josephmak
I see that in the broadleaf BLC_SKU table, there is a currency code and retail price (and sales price) fields.
So let's say I have a product that costs 5 US Dollars.

Is it possible to have the same SKU, and have another currency value? let's say I want it to be 4 Euros if the locale is in Europe.

How can this data be set up? can same SKU have multiple currency? or do I need a different one for different currency?

Or is there some currency conversion formula to implement some place?

Thanks

Re: Multi currency support

Posted: Wed Jul 26, 2017 11:02 am
by phillipuniverse
Is it possible to have the same SKU, and have another currency value? let's say I want it to be 4 Euros if the locale is in Europe.

How can this data be set up? can same SKU have multiple currency? or do I need a different one for different currency?


This exact functionality is implemented in our price list module available in the commercial edition of Broadleaf. That is the best way to get this feature; you can set up a separate locale-specific price list and then assign prices to each Sku within that Price List. Then you can resolve the price list based on the current locale. This is how we have it set up on our demo at https://demo.broadleafcommerce.org.

The Broadleaf forums are being retired as a readonly archive of questions. For active discussions and questions, check out the broadleaf-commerce tag on Stack Overflow which is actively monitored by the Broadleaf team.