ShoppingCartItemInfoTotalDiscount Property |
Total discount applied on the shopping cart item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public virtual decimal TotalDiscount { get; set; }
Property Value
Type:
DecimalRemarks
The value is expressed in the shopping cart currency and does not include catalog-level discounts (product coupons, volume and catalog discounts).
See Also