Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetInvoiceExtendedPrice Method / GetInvoiceExtendedPrice(Basket,BasketItem,Boolean) Method
The basket
item to calculate price for
If true, the invoice price for the item always uses bundle style for kitting even
In This Topic
    GetInvoiceExtendedPrice(Basket,BasketItem,Boolean) Method
    In This Topic
    Gets the extended price that should be displayed for a basket/checkout page
    Syntax
    public static decimal GetInvoiceExtendedPrice( 
       Basket basket,
       BasketItem item,
       bool forceKitBundling
    )

    Parameters

    basket
    The basket
    item
    item to calculate price for
    forceKitBundling
    If true, the invoice price for the item always uses bundle style for kitting even

    Return Value

    The extended price to display on a basket/checkout 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