Click or drag to resize
ShoppingCartItemInfoProviderGetDiscountsInternal Method
Returns the list of all discounts which should be applied to the specified shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual List<IItemDiscount> GetDiscountsInternal(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: ListIItemDiscount
See Also