[jira] [Created] (OFBIZ-6631) Optimize ShoppingCart.removeCartItem (skip price calc and inventory check)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-6631) Optimize ShoppingCart.removeCartItem (skip price calc and inventory check)

Nicolas Malin (Jira)
Martin Becker created OFBIZ-6631:
------------------------------------

             Summary: Optimize ShoppingCart.removeCartItem (skip price calc and inventory check)
                 Key: OFBIZ-6631
                 URL: https://issues.apache.org/jira/browse/OFBIZ-6631
             Project: OFBiz
          Issue Type: Improvement
          Components: order
    Affects Versions: Upcoming Branch
            Reporter: Martin Becker
            Priority: Minor


Based on the standard parameter completion from the overloaded API of ShoppingCartItem.setQuantity, the use of the ShoppingCart.removeCartItem method leads to an unnecessary price calculation and inventory check for the item being removed.
By using the setQuantity method with full parameter list in this case, this can be avoided.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)