Click or drag to resize
OrderItemInfoOrderItemPrice Property
If set, it is used instead of the OrderItemUnitPrice in price calculation process. It is set only when order item represents donation. Then it is amount of donation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual double OrderItemPrice { get; set; }

Property Value

Type: Double
See Also