ShoppingCartInfoProviderUpdateShoppingCartItemInternal Method |
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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void UpdateShoppingCartItemInternal(
ShoppingCartItemInfo item,
ShoppingCartItemParameters itemParams
)
Parameters
- item
- Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to be updated. - itemParams
- Type: CMS.EcommerceShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the update.
By default only Quantity parameter is used.
See Also