| IItemDiscountCalculateUnitDiscount Method | 
            Calculates discount based on basePrice for given shoppingcart item.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
 Syntax
Syntaxdouble CalculateUnitDiscount(
	ShoppingCartItemInfo item,
	double basePrice
)
Parameters
- item
- Type: CMS.EcommerceShoppingCartItemInfo
 Item to apply discount to.
- basePrice
- Type: SystemDouble
 Base price to apply discount to. It is the item price with all previous discounts applied.
Return Value
Type: 
Double See Also
See Also