Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItemCollection Class
Methods


In This Topic
    OrderItemCollection Class Members
    In This Topic

    The following tables list the members exposed by OrderItemCollection.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Combines order coupons into a single line for display  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets a collection of all order items in this collection that are not associated with any shippment. i.e; their orderShipmentId is 0  
    Public Methodstatic (Shared in Visual Basic)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  
    Public Methodstatic (Shared in Visual Basic)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.  
    Public Methodstatic (Shared in Visual Basic) Counts all quantites of all products in the collection  
    Public Methodstatic (Shared in Visual Basic) Gets the total price of all items in the shipment that match the specified order item types.  
    Public Methodstatic (Shared in Visual Basic) Calculates the total price using the integer values for OrderItemType rather than the enum.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets the total price of all products in the collection.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets the total quantity of all items in the collection  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets the total weight of all items in the shipment.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also