IShoppingCartStateIsShippingMethodRequired Property
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
bool IsShippingMethodRequired { get; }
ReadOnly Property IsShippingMethodRequired As Boolean
Get
property bool IsShippingMethodRequired {
bool get ();
}
abstract IsShippingMethodRequired : bool with get
Property Value
Boolean
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.