# Customer Experience: Live order status | Vronika

The order-status page polls an individual order every 30 seconds and presents fulfillment and delivery details, including available driver contact and tracking actions.

---

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

## How It Works

1. The order ID from the route is requested from /api/orders/:orderId/status.
2. The status automatically refetches every 30 seconds and can also be refreshed manually.
3. When delivery data exists, the guest can call the driver or open the external tracking URL.

## Features

- Thirty-second status polling
- Manual refresh
- Fulfillment progress presentation
- Driver telephone link
- External delivery tracking

## Integrations

- Order status API
- Delivery tracking provider
- Telephone links

---

## 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.