Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetShopExtendedPrice Method
The basket
item to calculate price for
In This Topic
    GetShopExtendedPrice Method
    In This Topic
    Gets the price that should be displayed on the basket
    Syntax
    public static decimal GetShopExtendedPrice( 
       Basket basket,
       BasketItem item
    )

    Parameters

    basket
    The basket
    item
    item to calculate price for

    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