Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Basket Class / Package Method
Indicates whether gift options should be cleared before the packaging process.
If true any matching basket items are combined
In This Topic
    Package Method (Basket)
    In This Topic
    Organizes the basket items into default shipments in preparation for checkout.
    Syntax
    [Obsolete("Use IBasketService.Package")]
    public virtual void Package( 
       bool resetGiftOptions,
       bool doCombine
    )

    Parameters

    resetGiftOptions
    Indicates whether gift options should be cleared before the packaging process.
    doCombine
    If true any matching basket items are combined
    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