IItemDiscountCalculateUnitDiscount Method |
Calculates discount based on basePrice for given shoppingcart item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax double 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:
DoubleSee Also