Click or drag to resize
ShoppingCartInfoIsItemDiscountApplied Property
TRUE - some discount is applied at least to one shopping cart item, FALSE - no discount is applied to shopping cart items. Discount data are calculated on the fly in case order item discount is not stored in the database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public bool IsItemDiscountApplied { get; }

Property Value

Type: Boolean
See Also