Click or drag to resize
MultiBuyDiscountPrioritizeItems Method
Moves Y items to higher priorities in case of BXGY discount.

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

Parameters

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

Implements

IMultiBuyDiscountPrioritizeItems(ListShoppingCartItemInfo)
See Also