Order not found
Order not found
Customer
Phone
{order.customer_phone}
{order.customer_email}
Pickup Location
{order.stops.city}, {order.stops.state}
{formatDate(order.stops.date)}
{item.products?.name ?? "Unknown Product"}
Qty: {item.quantity} × {formatCurrency(Number(item.price))}
{formatCurrency(Number(item.price) * item.quantity)}
No items found
)} {/* Totals */}Record payment details and manage refunds
Update customer details, pricing, and status
Internal Notes
{order.internal_notes}