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.
Fixed in
trunk r1704000
release branch 14.12 r1704001
release branch 13.07 r1704002
release branch 12.04 r1704003
Thanks Martin!