# Customer Experience: Order history | Vronika

Order History loads the signed-in guest's past orders and provides a path into each order's current status.

---

**Path:** /platform/frontend/order-history
**Canonical:** https://vronika.co/platform/frontend/order-history
**Category:** Platform: Customer Experience
**Live Route:** /orders
**Source File:** trifecta/client/src/pages/OrderHistory.tsx

## How It Works

1. The authenticated page requests /api/orders/history.
2. Orders are displayed with their items, totals, dates, and state information.
3. Trackable orders link to the parameterized status page.

## Features

- Authenticated order timeline
- Item and total summaries
- Loading and empty states
- Order-status deep links

## Integrations

- Order history API
- Authenticated guest session
- Order status route

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.