Click or drag to resize
IShoppingCartEvaluatorEvaluate Method
Evaluates discounts and calculates the price, shipping, taxes information on the given cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
void Evaluate(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
See Also