You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/01/04 07:10:34 UTC

[jira] Updated: (OFBIZ-1453) store/load possibility for AGGREGATED product configurations

     [ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1453:
-----------------------------------

    Attachment: aggregated_full_for_review.patch

Great work !

I upload some typo and tabs fixes.

I reviewed and tested the patch with a brand new DB (since I found some problems using an older one).

However I tried to duplicate an order from Order Manager (Order View) and I still get this error

2008-01-04 06:20:44,734 (http-0.0.0.0-28443-Processor3) [ShoppingCartServices.java:259:INFO ] Added Payment: 9015 / [no max]
2008-01-04 06:20:44,750 (http-0.0.0.0-28443-Processor3) [   ShoppingCartItem.java:491:WARN ] Tried to add the Product Enchiladas (productId: ENCHILADAS) to the cart, not adding: the product is not configured
correctly.
2008-01-04 06:20:44,765 (http-0.0.0.0-28443-Processor3) [ShoppingCartServices.java:369:ERROR]
---- exception report ----------------------------------------------------------
Exception: org.ofbiz.order.shoppingcart.CartItemModifyException
Message: Tried to add the Product Enchiladas (productId: ENCHILADAS) to the cart, not adding: the product is not configured correctly.
---- stack trace ---------------------------------------------------------------
org.ofbiz.order.shoppingcart.CartItemModifyException: Tried to add the Product Enchiladas (productId: ENCHILADAS) to the cart, not adding: the product is not configured correctly.
org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:492)
org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:324)
org.ofbiz.order.shoppingcart.ShoppingCart.addItemToEnd(ShoppingCart.java:557)
org.ofbiz.order.shoppingcart.ShoppingCartServices.loadCartFromOrder(ShoppingCartServices.java:364)

I get the same type of error when willing to add to cart (Add All to Cart) from eCommerce (from Shopping lists too).

Something to note : when you add a configured item to a shopping list you end with the default configuration in any cases.

> 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
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.