Click or drag to resize
ShoppingCartInfoProviderEvaluateOrderRelatedDiscountsInternal Method
Creates collection with order and multibuy discounts applied on current shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual List<DiscountSummaryItem> EvaluateOrderRelatedDiscountsInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to calculate discounts for.

Return Value

Type: ListDiscountSummaryItem
See Also