protected int FindNextIndexForCombine( IList<BasketItem> items, int currentIndex )
Parameters
- items
- List of basket items.
- currentIndex
- The index of the current item to match to.
Return Value
Index of the next item that can combine with the current, or -1 if not found.