PhoenixKit.Modules.Shop.Web.UserOrderDetails (phoenix_kit v1.7.42)

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_id check)

Summary

Functions

Callback implementation for Phoenix.LiveView.render/1.

Functions

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.