[ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555996#action_12555996 ]
Jacques Le Roux commented on OFBIZ-1453: ---------------------------------------- Bilgin, What I (re-)did . Created a new PostGres DB . Applied the patch (after having reverted previous one) on a slightly modified instance (ports changed, and some config stuffes not related to our issue) . Ant run-install . Created an order using Enchiladas in eCommerce (setting some options) Maybe I missed something, but when I want to create an order from this existing order (in Order View) it appears that in line 348 of ShoppingCartServices the product type is AGGREGATED and not AGGREGATED_CONF hence configId is null and as a consequence the warn arises. ShoppingCartItem.java:491:WARN ] Tried to add the Product Enchiladas (productId: ENCHILADAS) to the cart, not adding: the product is not configured correctly. You get the same problem when trying to add to cart from an existing order in eCommerce. I tried to set Enchiladas as a "Configurable Good Configuration" but then it's not configurable anymore in eCommerce. About "you end with the default configuration in any cases", I mean that when you put a configured item in a shopping list from configuration screen in eCommerce you do not get the configuration you settled but the default one (actually you get the base product with its base price). Maybe this is more related to OFBIZ-1495 though... > store/load possibility for AGGREGATED product configurations > ------------------------------------------------------------ > > Key: OFBIZ-1453 > URL: https://issues.apache.org/jira/browse/OFBIZ-1453 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Priority: Minor > Fix For: SVN trunk > > Attachments: aggregated_full_for_review.patch, > aggregated_full_for_review.patch, aggregated_full_for_review.patch, > aggregated_full_for_review.patch, aggregated_full_for_review.patch, > aggregated_full_for_review.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.