Class Ecommerce.Order.BeforeUpdateCartToOrderArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
- Inheritance
-
Ecommerce.
Order. Before Update Cart ToOrder Args
- Inherited Members
Constructors
BeforeUpdateCartToOrderArgs(Order, string)
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.
Property Value
- string
The order id
Order
Gets the cart currently being upgraded to a cart.
Property Value
- Order
The order.