Click or drag to resize
ShippingOptionInfoProviderIsShippingNeeded Method
Check if shopping cart needs shipping, return true if it does.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool IsShippingNeeded(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object

Return Value

Type: Boolean
See Also