Click or drag to resize
IMultiBuyDiscountGetMissingProducts 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: 10.0.0
Syntax
C#
IEnumerable<int> GetMissingProducts()

Return Value

Type: IEnumerableInt32
See Also