ShoppingCartItemInfoProviderCalculateUnitWeightInternal Method |
Calculates the weight of one shopping cart item unit. 'SKUWeight' field value of the corresponding SKU is returned by default.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual double CalculateUnitWeightInternal(
ShoppingCartItemInfo item
)
Parameters
- item
- Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item
Return Value
Type:
DoubleSee Also