Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetInvoicePrice Method / GetInvoicePrice(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 if the product is set to use itemized display.
In This Topic
    GetInvoicePrice(Basket,BasketItem,Boolean) Method
    In This Topic
    Gets the price that should be displayed for a basket/checkout page
    Syntax
    public static decimal GetInvoicePrice( 
       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 if the product is set to use itemized display.

    Return Value

    The 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