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

    Parameters

    basket
    The basket to process.
    existingBasketItemIds
    A list of basket 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