Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / LineItemCalculator Class / RecalculateLineItemTaxFields Method / RecalculateLineItemTaxFields(Basket,Boolean) Method
The basket to process
A flag indicating whether prices include tax
In This Topic
    RecalculateLineItemTaxFields(Basket,Boolean) Method
    In This Topic
    Recalculates the stored TaxAmount and TaxRate fields for basket items
    Syntax
    public static void RecalculateLineItemTaxFields( 
       Basket basket,
       bool priceIncludesTax
    )

    Parameters

    basket
    The basket to process
    priceIncludesTax
    A flag indicating whether prices include tax
    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