Click or drag to resize
DiscountInfoProviderGetCatalogDiscountsFilterInternal Method
Returns ProductDiscountsFilter for given shopping cart. This filter will be used for displaying product catalog.

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

Parameters

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

Return Value

Type: ProductDiscountsFilter
See Also