Calculates discount based on basePrice for given shoppingcart item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- item
- Type: CMS.Ecommerce ShoppingCartItemInfo
Item to apply discount to.
- basePrice
- Type: System Double
Base price to apply discount to. It is the item price with all previous discounts applied.
Return Value
Type: DoubleSee Also