 | IShoppingCartStateContainsShippableItems Property |
Indicates if the cart contains items that netFORUM considers shippable. To know if a shipping method must be set on the cart to checkout, see
IsShippingMethodRequired.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxbool ContainsShippableItems { get; }ReadOnly Property ContainsShippableItems As Boolean
Get
property bool ContainsShippableItems {
bool get ();
}abstract ContainsShippableItems : bool with get
Property Value
Boolean
See Also