Click or drag to resize
IMultiBuyDiscountPrioritizeItems Method
Sorts cart items according to priority. Places items preferred to be discounted on the beginning of list.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void PrioritizeItems(
	List<ShoppingCartItemInfo> items
)

Parameters

items
Type: System.Collections.GenericListShoppingCartItemInfo
Cart items to prioritize.
See Also