The OrderForm object provides for the in-memory storage of customer and purchase information. Commerce Server sites use the OrderForm object to store the items that a customer has chosen to purchase, and to store receipt information that reflects a given customer’s purchase history.
The OrderForm object supports the following methods.
| Method | Description |
|---|---|
| AddItem | Adds an item to the OrderForm. |
| ClearOrderForm | Empties the OrderForm. |
| ClearItems | Clears the items collection from the OrderForm. |