Click or drag to resize
IMultiBuyDiscountAcceptApplication Method
Notifies discount that it was applied on given amount of items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void AcceptApplication(
	ShoppingCartItemInfo item,
	int count
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Discounted item. Null value means that discount was applied on product missing in cart GetMissingProducts.
count
Type: SystemInt32
Number of discounted items.
See Also