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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
bool ContainsShippableItems { get; }

Property Value

Boolean

See Also