Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Release Branch 12.04, Release Branch 13.07, Release Branch 14.12, 16.11.01
-
None
-
Community Day 3 - 2015
Description
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.