Re: using a Configurable Product with sa

2008-07-21 Thread Bilgin Ibryam
On Sun, 2008-07-20 at 18:30 -0700, BJ Freeman wrote: see https://issues.apache.org/jira/browse/OFBIZ-1887 Maybe productstore.requireInventory = N product.requireInventory =Y would allow the order but force the Production run to require inventory. I don't think so.

Re: using a Configurable Product with sa

2008-07-20 Thread BJ Freeman
see https://issues.apache.org/jira/browse/OFBIZ-1887 Maybe productstore.requireInventory = N product.requireInventory =Y would allow the order but force the Production run to require inventory. Bilgin Ibryam sent the following on 7/19/2008 11:17 AM: Quoting BJ Freeman [EMAIL PROTECTED]:

Re: using a Configurable Product with sa

2008-07-20 Thread BJ Freeman
modify the current code to include looking if this a configured product and let it pass the order entry phase. probably have to add a status in ordermgr for in production. BJ Freeman sent the following on 7/20/2008 6:30 PM: see https://issues.apache.org/jira/browse/OFBIZ-1887 Maybe

Re: using a Configurable Product with sa

2008-07-19 Thread Bilgin Ibryam
Quoting BJ Freeman [EMAIL PROTECTED]: Bilgin: would not that defeat the purpose of doing a production run. if no inventory is required how do you biuld the configured item? and to address the error, why can't the production run see the inventory? BJ this is a good point. The service that

Re: using a Configurable Product with sa

2008-07-19 Thread Bilgin Ibryam
Quoting nico61 [EMAIL PROTECTED]: Hi, I just aligned the following parameter as described in the demo site: old productstore.requireInventory = Y new productstore.requireInventory = N and the problem has been solved. A production run has been correctly created, the components have been

Re: using a Configurable Product with sa

2008-07-19 Thread nico61
Hi Bilgin, ok, I'll check it. Nico Bilgin Ibryam wrote: Quoting nico61 [EMAIL PROTECTED]: Hi, I just aligned the following parameter as described in the demo site: old productstore.requireInventory = Y new productstore.requireInventory = N and the problem has been solved. A

using a Configurable Product with sa

2008-07-18 Thread nico61
Configurable PC (product ID: PC001) in stock, not adding to cart. Please try a lower quantity, try again later, or call customer service for more information. Any suggestion? Nico -- View this message in context: http://www.nabble.com/using-a-Configurable-Product-with-sa-tp18526893p18526893.html Sent

Re: using a Configurable Product with sa

2008-07-18 Thread Bilgin Ibryam
Hi Nico, you have to adjust product store and product parameters. Any of these should solve your problem : productStore.checkInventory = N OR product.requireInventory =N OR product.requireInventory = productStore.requireInventory =N Bilgin

Re: using a Configurable Product with sa

2008-07-18 Thread BJ Freeman
Bilgin: would not that defeat the purpose of doing a production run. if no inventory is required how do you biuld the configured item? and to address the error, why can't the production run see the inventory? Bilgin Ibryam sent the following on 7/18/2008 5:33 AM: Hi Nico, you have to adjust

Re: using a Configurable Product with sa

2008-07-18 Thread nico61
Hi, I just aligned the following parameter as described in the demo site: old productstore.requireInventory = Y new productstore.requireInventory = N and the problem has been solved. A production run has been correctly created, the components have been decremented and a PC has been added to