Click or drag to resize
ShoppingCartInfoOrder Property
Order data. Loaded when the shopping cart is created from an existing order, otherwise it is null.

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

Property Value

Type: OrderInfo
See Also