Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / GenerateOrderCoupons Method
The basket checking out
The order being created
In This Topic
    GenerateOrderCoupons Method
    In This Topic
    Transcribes coupons associated with the basket into the new order
    Syntax
    protected void GenerateOrderCoupons( 
       Basket basket,
       Order order
    )

    Parameters

    basket
    The basket checking out
    order
    The order being created
    Remarks
    This method does not modify the basket object
    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