# `PhoenixKit.Modules.Shop.Web.UserOrderDetails`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.71/lib/modules/shop/web/user_order_details.ex#L1)

LiveView for displaying order details to the order owner.

Users can view their own orders with full details including:
- Order items and totals
- Billing information
- Order status

Security:
- Users can only view their own orders (user_uuid check)

# `render`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.71/lib/modules/shop/web/user_order_details.ex#L1)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
