Click or drag to resize
ProductDiscountService Class
Default implementation of the IProductDiscountService interface.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceProductDiscountService

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class ProductDiscountService : IProductDiscountService

The ProductDiscountService type exposes the following members.

Constructors
  NameDescription
Public methodProductDiscountService
Creates a new instance of ProductDiscountService using the specified discount source and discount applicator.
Top
Methods
  NameDescription
Public methodGetProductDiscounts
Returns the discounts application summary for the given sku product.
Top
Remarks
The calculation processes Catalog discounts and Volume discounts.
See Also