Table of Contents

Enum ShippingProductFilterMode

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

Specifies the filtering mode for shipping methods based on products and product groups. Determines how product and product group restrictions affect shipping method availability.

public enum ShippingProductFilterMode

Fields

Exclusive = 2

Shipping method is available only if the cart contains NONE of the specified products or product groups.

Inclusive = 1

Shipping method is available only if the cart contains at least one of the specified products or product groups.

None = 0

Product-based filtering is disabled. Shipping method is available regardless of products in the cart.

To top