Click or drag to resize
ShoppingCartItemInfoTotalDiscount Property
Total discount applied on the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual decimal TotalDiscount { get; set; }

Property Value

Type: Decimal
Remarks
The value is expressed in the shopping cart currency and does not include catalog-level discounts (product coupons, volume and catalog discounts).
See Also