Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / IBasketService Interface / Package Method
the basket
If true, configured shipment info is cleared and all items are set to be sent to the user's primary address.
In This Topic
    Package Method (IBasketService)
    In This Topic
    Organizes the basket items into default shipments in preparation for checkout
    Syntax
    void Package( 
       Basket basket,
       bool reset
    )

    Parameters

    basket
    the basket
    reset
    If true, configured shipment info is cleared and all items are set to be sent to the user's primary address.
    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