Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / CombineHelper Class / CombineTaxItems Method / CombineTaxItems(Order,IList<Int32>) Method
The order to process.
A list of order items to ignore.
In This Topic
    CombineTaxItems(Order,IList<Int32>) Method
    In This Topic
    Combines tax items in the order
    Syntax
    public static void CombineTaxItems( 
       Order order,
       IList<int> existingOrderItemIds
    )

    Parameters

    order
    The order to process.
    existingOrderItemIds
    A list of order items to ignore.
    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