Applies discount to given number of unit of given item using.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- discount
- Type: CMS.Ecommerce IMultiBuyDiscount
Discount to be applied.
- itemToBeDiscounted
- Type: CMS.Ecommerce ShoppingCartItemInfo
Cart item to apply discount on.
- units
- Type: System Int32
Number of unit to be discounted.
See Also