Actually, you don't have to have one ProductStore per currency. The
currency setting on the store is only the default currency. If you add
something to the UI to change the currency then it should work fine.
On the other hand you do have to have a ProductPrice record for each
currency you want to sell it in (there is no automatic conversion by
default).
-David
On Sep 11, 2008, at 7:15 AM, Jacques Le Roux wrote:
One webstore per currency is required
Jacques
From: "Amine Benkirane" <[EMAIL PROTECTED]>
Hi,
Is it possible to have products which prices are in differents
currencies in one webstore ? Or we have to create one webstore for
each currency we use ?
In my case, we want to bought product for france and poland from one
ofbiz instance. This instance will permit to sale products from
france (currency = 'EUR') and poland (currency = 'PLN'). So, can I
do this by creating only one webstore or it's necessary to create 2
webstores, one for each country ?
For now, I created only one webstore with default currency = 'EUR'
and when I want to add a product which have only product with PLN
currency, I had the error : don't find validate price for this
product, can't add it to shopping cart...
Regards,
Amine