Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetInvoicePrice Method / GetInvoicePrice(Order,OrderItem) Method
The order
item to calculate price for
In This Topic
    GetInvoicePrice(Order,OrderItem) Method
    In This Topic
    Gets the price that should be displayed for an invoice page
    Syntax
    public static decimal GetInvoicePrice( 
       Order order,
       OrderItem item
    )

    Parameters

    order
    The order
    item
    item to calculate price for

    Return Value

    The price to display on an invoice page
    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