Click or drag to resize
MultiBuyDiscountsEvaluatorSortedItems Property
Cart items sorted by price.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected IEnumerable<ShoppingCartItemInfo> SortedItems { get; }

Property Value

Type: IEnumerableShoppingCartItemInfo
See Also