| Name | Description |
---|
| AddOrderModifierItem(Int32, IProduct, IProductGroup, IOrderStub, IOrderCompoundItemComponentStub, NullableDecimal) | Adds order item modifier to the compound item component in existing order. User must have rights to edit orders. |
| AddOrderModifierItem(Int32, IProduct, IProductGroup, IOrderStub, IOrderCompoundItemStub, NullableDecimal) | Adds order item modifier to the compound item in existing order. User must have rights to edit orders. |
| AddOrderModifierItem(Int32, IProduct, IProductGroup, IOrderStub, IOrderProductItemStub, NullableDecimal) | Adds order item modifier to the order item in existing order. User must have rights to edit orders. |
| AddOrderModifierItem(Guid, Int32, IProduct, IProductGroup, IOrderStub, IOrderCompoundItemComponentStub, NullableDecimal) | Adds order item modifier to the compound item component in existing order. User must have rights to edit orders. |
| AddOrderModifierItem(Guid, Int32, IProduct, IProductGroup, IOrderStub, IOrderCompoundItemStub, NullableDecimal) | Adds order item modifier to the compound item in existing order. User must have rights to edit orders. |
| AddOrderModifierItem(Guid, Int32, IProduct, IProductGroup, IOrderStub, IOrderProductItemStub, NullableDecimal) | Adds order item modifier to the order item in existing order. User must have rights to edit orders. |