Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetTaxRate Method / GetTaxRate(Order,OrderItem) Method
The order that contains the item
The item to find tax rate for
In This Topic
    GetTaxRate(Order,OrderItem) Method
    In This Topic
    Gets the tax rate that was applied to an item in the order
    Syntax
    public static decimal GetTaxRate( 
       Order order,
       OrderItem item
    )

    Parameters

    order
    The order that contains the item
    item
    The item to find tax rate for

    Return Value

    The tax rate
    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