Click or drag to resize
CartItemDiscountCalculator Class
Provides cart item discount calculation (product coupon and multibuy discounts).
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCartItemDiscountCalculator

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class CartItemDiscountCalculator : IShoppingCartCalculator

The CartItemDiscountCalculator type exposes the following members.

Constructors
  NameDescription
Public methodCartItemDiscountCalculator
Top
Methods
  NameDescription
Public methodCalculate
Calculates the values of multibuy discounts and stores them to ItemDiscount property.
Top
See Also