Click or drag to resize
ShoppingCartItemInfoItemCalculatedOnTheFly Property
Indicates if item is calculated on the fly (TRUE) or data are read from order item (FALSE). Default value is true.

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

Property Value

Type: Boolean
See Also