Click or drag to resize
ShoppingCartInfoGetApplicableOrderDiscounts Method
Returns subset of OrderDiscounts which are to be applied to this shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<IConditionalDiscount> GetApplicableOrderDiscounts()

Return Value

Type: IEnumerableIConditionalDiscount
See Also