ShoppingCartInfoProviderGetTotalUnitsInternal Method |
Returns sum of all shopping cart items' units, bundle items and product options are not included.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual int GetTotalUnitsInternal(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
Return Value
Type:
Int32See Also