Re: HTML page with add to cart

2011-03-31 Thread Rishi Solanki
You need to call the 'additem' as follows; http://www.mysite.com/mysite/control/additem where you need to pass the add_product_id and quantity in parameters after this you should be able to do this. pre-requested, your application should be capable of adding items to the cart on additem request.

RE: HTML page with add to cart

2011-03-31 Thread Hardik Handa
Sorry I had forgot to close the issue at the mailer list, I had achieved it after few hours. But still thanks for reverting From: Rishi Solanki [mailto:rishisolan...@gmail.com] Sent: Thursday, March 31, 2011 1:35 PM To: user@ofbiz.apache.org Cc: Hardik Handa Subject: Re: HTML page with add to

RE: Socket Exception Using a proxy server for UPS

2011-03-31 Thread SkipDever
To try and pin this down, I added : } catch (IOException ioe) { ioe.printStackTrace(); //New code To HttpClient.sendHttpRequestStream() around line 415. The resulting stacktrace looks like this: java.net.SocketException: Unexpected end of file from server

Re: Product with varying price ... price on demand

2011-03-31 Thread Jacques Le Roux
Hi Carsten, I like the idea category type could extend the already existing catalog categories type (ProdCatalogCategoryType) Though David had recently proposed to remove the catalog concept in future, not sure how he want to handle those specificities Jacques Carsten Schinzer wrote: Hi

Re: building itemized component product listing in the cart view

2011-03-31 Thread Jacques Le Roux
I'm not quite sure what you want to achieve. By and large it's best to follow how things are organized in data files Jacques Justin Robinson wrote: I've set up configurable products, with variants in the choices; just like the PIZZA product on demo-stable.ofbiz.apache.org. What I need is an

what is the purpose of org.ofbiz.base.lang.SourceMonitored?

2011-03-31 Thread chris snow
Hi Forum, What is the purpose of the class org.ofbiz.base.lang.SourceMonitored? Many thanks, Chris

Multitenancy In ofbiz

2011-03-31 Thread Ofbiz Consultant
I have enabled multi-tenancy in my installation. I have hence created two schemas in my database which can be connected using respective tenant IDs. Now how can I separate the individual ecommerce stores by URLS. http://localhost:8080/ecommerce points to the ofbiz schema

Re: what is the purpose of org.ofbiz.base.lang.SourceMonitored?

2011-03-31 Thread Adrian Crum
I believe it is used to trigger email filters for anyone wanting to keep an eye on commits that affect a particular piece of code. -Adrian On 3/31/2011 12:40 PM, chris snow wrote: Hi Forum, What is the purpose of the class org.ofbiz.base.lang.SourceMonitored? Many thanks, Chris

Re: Multitenancy In ofbiz

2011-03-31 Thread Raj Saini
You will need two difference sites and each site having its own store and CMS web site. If you want to serve multiple tenants from the same site, you will need to find a way to associate a tenant with the e-commerce site as it does not work similar to other back office application as there is