Click or drag to resize

IEditSessionAddOrderItemProduct Method

Overload List
  NameDescription
Public methodAddOrderItemProduct(Decimal, IProduct, IOrderStub, IOrderItemGuestStub)
Adds assortment position to the guest in existing order. User must have rights to edit orders.
Public methodAddOrderItemProduct(Decimal, OrderItemCourse, IProduct, IOrderStub, IOrderItemGuestStub)
Adds assortment position with specific OrderItemCourse to the guest in existing order. User must have rights to edit orders.
Public methodAddOrderItemProduct(Guid, Decimal, IProduct, IOrderStub, IOrderItemGuestStub)
Adds assortment position to the guest in existing order. User must have rights to edit orders.
Public methodAddOrderItemProduct(Guid, Decimal, OrderItemCourse, IProduct, IOrderStub, IOrderItemGuestStub)
Adds assortment position to the guest in existing order. User must have rights to edit orders.
Top
See Also