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

    Parameters

    order
    The order 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