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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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