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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static List<DiscountSummaryItem> EvaluateOrderRelatedDiscounts(
	ShoppingCartInfo cart
)

Parameters

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

Return Value

Type: ListDiscountSummaryItem
See Also