Click or drag to resize
ShoppingCartInfoCatalogDiscounts Property
Returns list of all catalog discounts which may affect this shopping cart.

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

Property Value

Type: IEnumerableDiscountInfo
See Also