Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
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