ShoppingCartItemInfoProviderGetSKUShoppingCartUnitsInternal Method |
Returns sum of all units of the specified SKU in the shopping cart to which the shopping cart item belongs.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual int GetSKUShoppingCartUnitsInternal(
ShoppingCartItemInfo item
)
Parameters
- item
- Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item.
Return Value
Type:
Int32See Also