Hi,
I am using OFBiz release 9.04 with the demo data. When clicking on "Run Store Promotions" on a quote with an item PC001, I get the following error message. Error: Tried to add the Product Configurable PC (productId: PC001) to the cart, not adding: the product is not configured correctly. calling service loadCartFromQuote in autoCreateQuoteAdjustments I have been exploring the Order Manager and didn't find a place where I could configure a product. May I know where is it? Regards, James |
what steps did you use to create the quote?
put it on the demo server after it reloads and give a link. https://ofbiz-vm.apache.org/ordermg/control/login/main?USERNAME=admin&PASSWORD=ofbiz james_sg sent the following on 2/17/2010 12:53 AM: > Hi, > > I am using OFBiz release 9.04 with the demo data. > > When clicking on "Run Store Promotions" on a quote with an item PC001, I get > the following error message. > > Error: Tried to add the Product Configurable PC (productId: PC001) to the > cart, not adding: the product is not configured correctly. calling service > loadCartFromQuote in autoCreateQuoteAdjustments > > I have been exploring the Order Manager and didn't find a place where I > could configure a product. > May I know where is it? > > Regards, > James > > > > |
Hi Freeman,
The demo site is now rather slow for me to try it. Is there any place to set the product configuration, i.e. for product Id PC001? Regard, James
|
In reply to this post by BJ Freeman
if your are talking about how is manually build a configuration like
PC001, that is done in the Catalog, manufacture components. if your talking about configuring like is done in the ecommerce, but using quotes, I am not familiar enough with quotes to help you. james_sg sent the following on 2/17/2010 2:41 AM: > Hi Freeman, > > The demo site is now rather slow for me to try it. > Is there any place to set the product configuration, i.e. for product Id > PC001? > > Regard, > James > > > > BJ Freeman wrote: >> what steps did you use to create the quote? >> put it on the demo server after it reloads and give a link. >> https://ofbiz-vm.apache.org/ordermg/control/login/main?USERNAME=admin&PASSWORD=ofbiz >> >> >> james_sg sent the following on 2/17/2010 12:53 AM: >>> Hi, >>> >>> I am using OFBiz release 9.04 with the demo data. >>> >>> When clicking on "Run Store Promotions" on a quote with an item PC001, I >>> get >>> the following error message. >>> >>> Error: Tried to add the Product Configurable PC (productId: PC001) to the >>> cart, not adding: the product is not configured correctly. calling >>> service >>> loadCartFromQuote in autoCreateQuoteAdjustments >>> >>> I have been exploring the Order Manager and didn't find a place where I >>> could configure a product. >>> May I know where is it? >>> >>> Regards, >>> James >>> >>> >>> >>> >> >> > |
In reply to this post by BJ Freeman
Hi Freeman,
I have created a quote which you can access from https://ofbiz-vm.apache.org/ordermgr/control/ListQuoteAdjustments?quoteId=CQ10010 Then click on Run Store Promotions to see the error that I mentioned earlier. How can I resolved this problem? Regards, James
|
In reply to this post by BJ Freeman
if you go to the http://ofbiz-vm.apache.org/ecommerce/control/main and
click on configure for the PC001 you will see what is missing in https://ofbiz-vm.apache.org/ordermgr/control/EditQuoteItem?quoteId=CQ10010"eItemSeqId=00001 this is not a bug but Quotes have not been fleshed out to do what the Ecommerce side does. james_sg sent the following on 2/17/2010 6:53 AM: > Hi Freeman, > > I have created a quote which you can access from > > https://ofbiz-vm.apache.org/ordermgr/control/ListQuoteAdjustments?quoteId=CQ10010 > > Then click on Run Store Promotions to see the error that I mentioned > earlier. > > How can I resolved this problem? > > Regards, > James > > > BJ Freeman wrote: >> what steps did you use to create the quote? >> put it on the demo server after it reloads and give a link. >> https://ofbiz-vm.apache.org/ordermg/control/login/main?USERNAME=admin&PASSWORD=ofbiz >> >> > |
In reply to this post by BJ Freeman
to expand on this, if you selected the PC001 in the quote it should
populate the quote for a configured product, like the ecommerce. instead you got one Item that is not populated to per the PC001 configured item This is an opportunity for someone to work on this. BJ Freeman sent the following on 2/17/2010 10:06 AM: > if you go to the http://ofbiz-vm.apache.org/ecommerce/control/main and > click on configure for the PC001 you will see what is missing in > https://ofbiz-vm.apache.org/ordermgr/control/EditQuoteItem?quoteId=CQ10010"eItemSeqId=00001 > this is not a bug but Quotes have not been fleshed out to do what the > Ecommerce side does. > > james_sg sent the following on 2/17/2010 6:53 AM: >> Hi Freeman, >> >> I have created a quote which you can access from >> >> https://ofbiz-vm.apache.org/ordermgr/control/ListQuoteAdjustments?quoteId=CQ10010 >> >> Then click on Run Store Promotions to see the error that I mentioned >> earlier. >> >> How can I resolved this problem? >> >> Regards, >> James >> >> >> BJ Freeman wrote: >>> what steps did you use to create the quote? >>> put it on the demo server after it reloads and give a link. >>> https://ofbiz-vm.apache.org/ordermg/control/login/main?USERNAME=admin&PASSWORD=ofbiz >>> >>> > > |
In reply to this post by james_sg
james_sg wrote:
> Hi Freeman, > > I have created a quote which you can access from > > https://ofbiz-vm.apache.org/ordermgr/control/ListQuoteAdjustments?quoteId=CQ10010 > > Then click on Run Store Promotions to see the error that I mentioned > earlier. > > How can I resolved this problem? > > Regards, > James > > > BJ Freeman wrote: > >> what steps did you use to create the quote? >> put it on the demo server after it reloads and give a link. >> https://ofbiz-vm.apache.org/ordermg/control/login/main?USERNAME=admin&PASSWORD=ofbiz >> >> >> each combination of selected option of configurable product generates a configId. This id keeps the selected options. If you want to create a quote/request with a configurable product you have to enter this Id. Unfortunately there is no UI in quote/request screens for getting the configId. If you know the configId you can enter it manually or better you can use ecommerce/order_manager shopping cart. Select the options, add the product to cart, and then use "Create New Quote from Cart" button. You will see that quote item has configId filled. Hope that helps. Bilgin |
Free forum by Nabble | Edit this page |