Class Ecommerce.Order.BeforeUpdateCartToOrderArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
public class Ecommerce.Order.BeforeUpdateCartToOrderArgs : NotificationArgs
- Inheritance
-
Ecommerce.Order.BeforeUpdateCartToOrderArgs
- Inherited Members
Constructors
BeforeUpdateCartToOrderArgs(Order, string)
public BeforeUpdateCartToOrderArgs(Order order, string newOrderId)
Parameters
Properties
NewOrderId
Gets or sets the order id that is applied to the cart when converted from a cart to an order. Override this property if another order id is needed than the one generated by the system.
public string NewOrderId { get; set; }
Property Value
- string
The order id
Order
Gets the cart currently being upgraded to a cart.
public Order Order { get; }
Property Value
- Order
The order.