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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public bool IsItemDiscountApplied { get; }
Property Value
Type:
BooleanSee Also