ShoppingCartItemInfoProviderCalculateTotalWeightInternal Method |
Calculates the total weight of all shopping cart item units altogether.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual double CalculateTotalWeightInternal(
ShoppingCartItemInfo item
)
Parameters
- item
- Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item
Return Value
Type:
DoubleSee Also