ShippingOptionInfoProviderIsShippingNeeded Method |
Check if shopping cart needs shipping, return true if it does.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static bool IsShippingNeeded(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart object
Return Value
Type:
BooleanSee Also