protected void GetCategoryDiscountsForBasket( Basket basket, IList<int> productsToExclude, out List<DiscountCalculator.CVDA> categoryDiscounts, out Dictionary<int,List<int>> categoryProductLookup )
Parameters
- basket
- The basket object
- productsToExclude
- The products to exclude
- categoryDiscounts
- The list of category discounts available (returned)
- categoryProductLookup
- The lookup table for product in categories (returned)