ShoppingCartInfoProvider UpdateShoppingCartItemInternal Method Kentico 8.0 API Reference
Updates shopping cart item in the specified shopping cart object. By default only units of the specified shopping cart item and units of its product options are updated.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

item
Type: CMS.Ecommerce ShoppingCartItemInfo
Shopping cart item to be updated.
itemParams
Type: CMS.Ecommerce ShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the update. By default only Quantity parameter is used.
See Also