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

    Parameters

    order
    The order
    item
    item to calculate price for

    Return Value

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