Click or drag to resize
ShoppingCartInfoProviderGetMultiBuyDiscount Method
Converts MultiBuyDiscountInfo object to object applicable within shopping cart calculation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual IMultiBuyDiscount GetMultiBuyDiscount(
	MultiBuyDiscountInfo discount
)

Parameters

discount
Type: CMS.EcommerceMultiBuyDiscountInfo
Discount to be converted.

Return Value

Type: IMultiBuyDiscount
See Also