Click or drag to resize
ShoppingCartInfoProviderEvaluateContentInternal Method
Recalculates shopping cart content table.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual IEnumerable<ShoppingCartLine> EvaluateContentInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: IEnumerableShoppingCartLine
See Also