Click or drag to resize
MultiBuyDiscountGetMissingProducts Method
Returns IDs of SKUs which could be discounted if present in cart. Most important products go first.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<int> GetMissingProducts()

Return Value

Type: IEnumerableInt32

Implements

IMultiBuyDiscountGetMissingProducts
See Also