| Order | Customer | Placed | Fulfillment | Payment | Total | |
|---|---|---|---|---|---|---|
| No orders match those filters. | ||||||
| = e($order['order_number']) ?> | = e($order['customer_name']) ?>= e($order['customer_email']) ?> | = e(store_datetime((string) $order['placed_at'], 'M j, g:i A')) ?> | = e(ucfirst((string) $order['status'])) ?> | = e(ucwords(str_replace('_', ' ', (string) $order['payment_status']))) ?> 0): ?>= money($order['refunded_cents']) ?> returned | = money($order['total_cents']) ?> | Open |