Click or drag to resize
IShoppingCartEvaluator Interface
Interface for shopping cart evaluation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IShoppingCartEvaluator

The IShoppingCartEvaluator type exposes the following members.

Methods
  NameDescription
Public methodEvaluate
Evaluates discounts and calculates the price, shipping, taxes information on the given cart.
Top
See Also