Click or drag to resize
ShoppingCartInfoOrderDiscounts Property
Returns list of all discounts which may affect total price of this shopping cart and not price of individual items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<DiscountInfo> OrderDiscounts { get; }

Property Value

Type: IEnumerableDiscountInfo
See Also