Re: Configuring LDAP with OFBiz

2010-11-28 Thread Abhishake Agarwal
> > > > > On Sun, Nov 28, 2010 at 12:16 PM, Abhishake Agarwal < > abhishake.agar...@gmail.com> wrote: > > > Hi, > > > > Also if you want party userlogin created from ofbiz backoffice should be > > stored in ldap, you should also modify ofb

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
Hi, Also if you want party userlogin created from ofbiz backoffice should be stored in ldap, you should also modify ofbiz/applications/party/ script/org/ofbiz/party/customer/CustomerEvents.xml Regards, Abhishake On Sun, Nov 28, 2010 at 11:40 AM, Abhishake Agarwal < abhishake.agar...@gmail.

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
o be modified so that > user > details can be stored in LDAP, > also how do we actually specify other details related to LDAP like > Distinguished Name(DN), Organizational Unit(OU), username, password, LDAP > location, etc > > Some sample code.. to do this.. would really be helpin

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
Hi, You have to modify createCustomer events in CustomerEvents.xml to store user details in LDAP when user gets registered. Regards, Abhishake On Sat, Nov 27, 2010 at 11:26 PM, Naveen Bahatam < naveen.baha...@whishworks.com> wrote: > Hi Adrian, > >Thanks for your reply. If at all the users

Re: Query : Regarding Browser Session

2008-12-18 Thread Abhishake Agarwal
JavaScript (ajax) is definitely needed for this. but catching the 'X' event of browser incompatible on different browser and has many issues. On Thu, Dec 18, 2008 at 5:45 PM, Sumit Pandit wrote: > Hello Devs, > > If user close the browser by X sign, then is it possible to call a service > at th

Re: Set currency dynamically on ecommerce

2008-10-13 Thread Abhishake Agarwal
> 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]>

Re: Set currency dynamically on ecommerce

2008-10-12 Thread Abhishake Agarwal
shipping method cost is 20 $ then it will display 20 £ which is incorrect (its just change the sign not the value). Please let me know is there a fix to it. Regards, Abhishake On Mon, Oct 13, 2008 at 10:36 AM, Abhishake Agarwal < [EMAIL PROTECTED]> wrote: > Hi, > > I have resolved the

Re: Set currency dynamically on ecommerce

2008-10-12 Thread Abhishake Agarwal
you would have to re-create your > WebShoppingCart passing your currency from the Session > > Please use rather user ML for such questions : > > http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@ofbiz.apache.org > > Thanks > > Jacques > >

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

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

Re: problem using session.getAttribute("userLogin")

2008-03-09 Thread Abhishake Agarwal
orderStatus.bsh when order is created using anonymous checkout(when I click on quick ship entire order). Regards, Abhishake On Sun, Mar 9, 2008 at 4:49 PM, Abhishake Agarwal <[EMAIL PROTECTED]> wrote: > Hello, > > I am getting following error if I try to get userLogin

problem using session.getAttribute("userLogin")

2008-03-09 Thread Abhishake Agarwal
Hello, I am getting following error if I try to get userLogin from session in orderStatus.bsh. please let me know what might be the problem. [java] Message: Error rendering screen [component://eshop/widget/EmailOrderScreens.xml#OrderCompleteNotice]: org.ofbiz.base.util.GeneralException: Error run

product not found for product id

2007-09-18 Thread Abhishake Agarwal
Hello, I think there is a small bug when we get login after visiting the product detail screen i.e I should see the same product detail after login but this is not happening instead I see a message "product not found for product id". This problem doesn't come when you add the product to a cart

[EMAIL PROTECTED]

2007-09-15 Thread Abhishake Agarwal