Click or drag to resize
DiscountInfoProviderGetCartDiscountsFilterInternal Method
Returns CartDiscountsFilter for given shopping cart. This filter will be used during shopping cart evaluation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual CartDiscountsFilter GetCartDiscountsFilterInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to return filter for.

Return Value

Type: CartDiscountsFilter
See Also