Re: Set currency dynamically on ecommerce

2008-10-13 Thread Jacques Le Roux
Yes this makes sense indeed But to avoid such confusion, please use rather user ML. The dev ML is about developing OFBiz OOTB, not using it. This is explained here http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@ofbiz.apache.org Thanks Jacques From: "Abhisha

Re: Set currency dynamically on ecommerce

2008-10-13 Thread Abhishake Agarwal
Hi Jacques, Actually all our code resides in hot-deploy, when ever we require change in any of the files, we copy the file to hot-deploy desired path, so I haven't faced any import issues. Regards, Abhishake On Mon, Oct 13, 2008 at 7:13 PM, Jacques Le Roux < [EMAIL PROTECTED]> wrote: > How did

Re: Set currency dynamically on ecommerce

2008-10-13 Thread Jacques Le Roux
How did you resolve the import issues with org.ofbiz.order.shoppingcart package ? I guess it's the reason while it's not done OOTB in CommonEvents.setSessionCurrencyUom Jacques From: "Abhishake Agarwal" <[EMAIL PROTECTED]> Hi, I have one more query related to this, Suppose I changed currency

Re: Set currency dynamically on ecommerce

2008-10-12 Thread Abhishake Agarwal
Hi, I have one more query related to this, Suppose I changed currency from $ to £ now all products prices, whose currencies has been configured in £ will be displayed. Problem come when we are on checkout screen as for shipping method cost is configured with single currency. example: if shippin

Re: Set currency dynamically on ecommerce

2008-10-12 Thread Abhishake Agarwal
Hi, I have resolved the issue actually currency should be set to shopping cart object also. I have modified the setSessionCurrencyUom method as below and it was working fine public static String setSessionCurrencyUom(HttpServletRequest request, HttpServletResponse response) { String curr

Re: Set currency dynamically on ecommerce

2008-10-12 Thread Jacques Le Roux
I also tried in UI (nothing happens as far as I can tell), and looked after at the code. I ran out of time but it seems that OOTB only the Product Store Currency is taken into account (through ProductStoreWorker.getStoreCurrencyUomId when the WebShoppingCart is created). So you would have to re-c

Re: Set currency dynamically on ecommerce

2008-10-05 Thread Abhishake Agarwal
Hi, I tried following URL to set currency but it is not working http://demo.hotwaxmedia.com/ecommerce/control/setSessionCurrencyUom?currencyUom=INR Regards, Abhishake On Sun, Oct 5, 2008 at 10:36 PM, Abhishake Agarwal < [EMAIL PROTECTED]> wrote: > Hi, > > I want to know whether it is possible

Set currency dynamically on ecommerce

2008-10-05 Thread Abhishake Agarwal
Hi, I want to know whether it is possible to set currency dynamically. Suppose on ecommerce application, I have a currency options and if user select any of the type of currency, application should set that currency for that user. Regards, Abhishake