Click or drag to resize
UnitPriceCalculator Class
Provides calculation of cart items' unit prices.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceUnitPriceCalculator

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

The UnitPriceCalculator type exposes the following members.

Constructors
  NameDescription
Public methodUnitPriceCalculator
Top
Methods
  NameDescription
Public methodCalculate
Calculates the unit price for the each item in the Items collection. Unit price including catalog-level discounts is stored in the corresponding Items.
Top
See Also