IgnitionConfigurationRequireShippingForZeroWeightCarts Method

Configures the Ignition shopping cart to consider shippable items with a weight of zero to still require shipping to purchase.

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IgnitionConfiguration RequireShippingForZeroWeightCarts()

Return Value

IgnitionConfiguration

Remarks

When enabled IsShippingMethodRequired will always return true if at least one item in the cart is marked shippable in netFORUM.

See Also