> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/transactions-overview/view-member-orders.md).

# How to View a Member's Orders

### Before you begin (Prerequisites)

* **Permissions**: You must be an **Administrator**, **Supervisor**, **Manager**, **Support**, or **Account Rep**. See: [How to Manage Users and Permissions](/products/control-panel-overview/admin-overview/manage-roles-permissions.md).

### Instructions

**From the CRM member profile (recommended for one specific member):**

1. Navigate to [**CRM > View People**](https://control.peoplevine.com/customers) and open the member's profile.
2. Scroll to the **Orders** section (visible only if the member has at least one order).
3. Click **VIEW ALL** to see the full order history for that member, pre-filtered by customer.

**From the Orders page (when scanning broader):**

1. Navigate to [**SELL > View Orders**](https://control.peoplevine.com/orders).

   > **Note (Pro Dash):** Navigate to **Sell > Ecommerce > Order History**.
2. In the **Search Customer** field, type the member's name.
3. Click **APPLY** to filter results.

> Alternatively, click the **MEMBER ORDERS** quick filter tab at the top to show all orders placed by members.

### About the CRM profile Orders section

The Orders section on the CRM profile shows a simplified view of the 10 most recent orders with a **VIEW ALL** link to the full list. Columns:

| Column          | What It Shows                                                                                                                                                                                                                                                      |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Order#**      | Order number                                                                                                                                                                                                                                                       |
| **Order Date**  | Date the order was placed                                                                                                                                                                                                                                          |
| **Type**        | Order type or source (e.g., dues, dining, ticket)                                                                                                                                                                                                                  |
| **Order Total** | Order amount plus a status badge — **Paid in Full** (green), **Invoiced** (blue), **Due: $X.XX** (orange), **completed** (gray), or **Cancelled** (red). Discounts appear as **DISC: $X.XX** in red. The same badge format is used on the SELL > View Orders list. |
| **View**        | Opens the order receipt                                                                                                                                                                                                                                            |

For details on filters and columns on the global SELL > View Orders dashboard, see [How to Navigate the Order History Page](/products/control-panel-overview/transactions-overview/navigate-order-history.md). To cancel an order, see [How to Cancel an Order](/products/control-panel-overview/refunds-adjustments-overview/cancel-order.md).

### What Happens Next

* **Cancel an order**: [How to Cancel an Order](/products/control-panel-overview/refunds-adjustments-overview/cancel-order.md)
* **Next step**: [How to View an Order's Associated Transaction](/products/control-panel-overview/transactions-overview/view-order-transaction.md)

*Last updated: 2026-05-24*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.peoplevine.com/products/control-panel-overview/transactions-overview/view-member-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
