Click or drag to resize

IShoppingCartStateIsShippingMethodRequired Property

Indicates if a ShippingMethodItem must be set on the cart in order to checkout. To see if one has already been set, see IsShippingMethodSet.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
bool IsShippingMethodRequired { get; }

Property Value

Boolean
Remarks
According to netFORUM business rules, a shipping method is required whenever at least one item in a cart is marked as shippable and the total weight of the cart is greater than zero. For carts with shippable items but a total weight of zero, ShippingRequiredForZeroWeightCarts is used.
See Also