ShoppingCartItemInfoProvider.UpdateShoppingCartItemUnitsInternal Method |
Updates unit count of shopping cart item, related product option unit count or bundle item count is updated as well.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void UpdateShoppingCartItemUnitsInternal(
ShoppingCartItemInfo item,
int newCount
)
Parameters
- item
- Type: CMS.Ecommerce.ShoppingCartItemInfo
Shopping cart item to updates unit count for. - newCount
- Type: System.Int32
New number of cart item units.
See Also