protected decimal GetOrderValue( Basket basket, CouponRule rule, IList<Product> products, out Dictionary<string,decimal> taxShipmentLookup )
Parameters
- basket
- Basket to total items for.
- rule
- The rule that specifies how coupon products should be treated.
- products
- Any products associated with the coupon for inclusion or exclusion, depending on the rule.
- taxShipmentLookup
- A dictionary that contains the value of items grouped by tax code and shipment
Return Value
The value of items in the basket.