protected IList<BasketItem> GetBasketItemsWithoutDiscounts( Basket basket, IList<int> discountedBasketItems, int categoryId, Dictionary<int,List<int>> categoryProductLookup )
Parameters
- basket
- The basket object
- discountedBasketItems
- Ids of the discounted basket items
- categoryId
- The category id
- categoryProductLookup
- category product lookup
Return Value
List of basket items without discounts