Re: problem with order change in POS

2013-07-02 Thread Sumit Pandit
Vikas, If you could share the error logs, it will be helpful... -- Thanks And Regards Sumit Pandit Tata Consultancy Services - Original Message - From: Vikas To: user@ofbiz.apache.org Sent: Wed, 03 Jul 2013 00:40:36 +0530 (IST) Subject: prob

Re: Root domain shopping cart

2013-07-02 Thread Ofbiz 开发
Hi Mandeep, Thank you very much. I am new to OFBIZ. I searched online and found that since Tomcat 6 you can specify the session cookie domain to be on root domain, by adding According to Tomcat 7's document this is best to be added to the context.xml ( http://tomcat.apache.org/tomcat-7.0-doc/

Error (for me only probably) LookupProduct screen

2013-07-02 Thread Skip
I am adding some of the nifty new features in the latest ofbiz. One is the autocomplete feature. One of these screens is LookupProduct. This screen passes in all the parameters in the inputFields parameter to "performFind". I calling this from a screen that looks up inventory items in a facilit

Bug in fieldlookup.js

2013-07-02 Thread Skip
Created a jira OFBIZ-5255. I did not create a patch for this because I was not sure what the authors intent was. However, the bug is in fieldlookup.js line 221: if (ajaxUrl != "" && showDescription != "") If you pass showDescription="false" as an argument to the macro <@htmlTemplate.lookupfield

problem with order change in POS

2013-07-02 Thread Vikas
Dear All, I am in a trouble Please help I installed database without dummy data, and I set supplier, product, category etc but in the POS sale when I click the "FINISH" button it shows the error message " problem with order change; see log" I can't rectify this error Request your great h

Re: Root domain shopping cart

2013-07-02 Thread Mandeep Sidhu
I believe you can do so by passing the jsessionid as one of the query parameters when the redirect is happening. Mandeep On Tue, Jul 2, 2013 at 2:26 AM, Ofbiz 开发 wrote: > Hi everyone, > > Could someone help me on this please? > > At the moment when the shopping cart is created on www.example.c

Root domain shopping cart

2013-07-02 Thread Ofbiz 开发
Hi everyone, Could someone help me on this please? At the moment when the shopping cart is created on www.example.com, when the user browse to another subdomain, say abc.example.com, he will lose the shopping cart, is it because the session is tied to the subdomain please? Is there a way to make