PhoenixKitEcommerce.Web.UserOrderDetails (PhoenixKitEcommerce v0.1.4)

Copy Markdown View Source

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)

Summary

Functions

Callback implementation for Phoenix.LiveView.render/1.

Functions

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.