Click or drag to resize
ShoppingCartInfo.OrderRelatedDiscountSummaryItems Property
List of order and multibuy discounts presentation data related to current shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public List<DiscountSummaryItem> OrderRelatedDiscountSummaryItems { get; set; }

Property Value

Type: List<DiscountSummaryItem>
See Also