Name | Description | |
---|---|---|
CombineOrderCoupons | Combines order coupons into a single line for display | |
FilterByShipment | Overloaded. Gets a collection of all order items in this collection that are not associated with any shippment. i.e; their orderShipmentId is 0 | |
FilterByShipmentAndSort | Overloaded. Gets a collection of all order items in this collection that are not associated with any shippment. i.e; their orderShipmentId is 0 and sorts them | |
GetDisplayItems | Overloaded. Gets a collection of all order items in this collection that belong to a particular shipment and prepares them for display, including sorting and combining order coupons. | |
ProductCount | Counts all quantites of all products in the collection | |
TotalPrice | Gets the total price of all items in the shipment that match the specified order item types. | |
TotalPriceById | Calculates the total price using the integer values for OrderItemType rather than the enum. | |
TotalProductPrice | Overloaded. Gets the total price of all products in the collection. | |
TotalQuantity | Overloaded. Gets the total quantity of all items in the collection | |
TotalWeight | Overloaded. Gets the total weight of all items in the shipment. |