Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipZone Class / ShipZone Constructor / ShipZone Constructor(Store,String,FilterRule,FilterRule,String,String)
The store that defines the shipzone
The name of the shipzone
The filter rule to apply to associated countries
The filter rule to apply to associated provinces
The filter of postal codes to include in the zone
The filter of postal codes to exclude from the zone
In This Topic
    ShipZone Constructor(Store,String,FilterRule,FilterRule,String,String)
    In This Topic
    Initializes a new instance of the ShipZone class.
    Syntax

    Parameters

    store
    The store that defines the shipzone
    name
    The name of the shipzone
    countryRule
    The filter rule to apply to associated countries
    provinceRule
    The filter rule to apply to associated provinces
    postalCodeFilter
    The filter of postal codes to include in the zone
    excludePostalCodeFilter
    The filter of postal codes to exclude from the zone
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also