Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / GenerateKitOrderItems Method
The basket checking out
The order being created
A translation table to map basket shipment ids to order shipment entities
A translation table to map basket item ids to order items
In This Topic
    GenerateKitOrderItems Method
    In This Topic
    Converts kit product assoications into order line items for a basket that is being finalized.
    Syntax

    Parameters

    basket
    The basket checking out
    order
    The order being created
    shipmentLookup
    A translation table to map basket shipment ids to order shipment entities
    itemLookup
    A translation table to map basket item ids to order items
    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