Click or drag to resize
ShoppingCartItemInfoProviderCalculateUnitWeight Method
Calculates the weight of one shopping cart item unit. 'SKUWeight' field value of the corresponding SKU is returned by default.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static double CalculateUnitWeight(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: Double
See Also