Click or drag to resize
MultiBuyDiscountsEvaluatorPrioritizedItems Property
List of cart items currently processed by this applicator.

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

Property Value

Type: ListShoppingCartItemInfo
See Also