diff --git a/app/dashboard/storefront/customers/page.tsx b/app/dashboard/storefront/customers/page.tsx index 228761d..e759651 100644 --- a/app/dashboard/storefront/customers/page.tsx +++ b/app/dashboard/storefront/customers/page.tsx @@ -259,35 +259,35 @@ export default function CustomerManagementPage() { - Customer + Customer handleSort("totalOrders")} > -
+
Orders
handleSort("totalSpent")} > -
+
Total Spent
handleSort("lastOrderDate")} > -
+
Last Order
- Status + Status @@ -309,18 +309,18 @@ export default function CustomerManagementPage() {
ID: {customer.telegramUserId}
- + {customer.totalOrders} - + {formatCurrency(customer.totalSpent)} - + {customer.lastOrderDate ? formatDate(customer.lastOrderDate) : "N/A"} - + {customer.hasOrders ? ( -
+
{customer.ordersByStatus.paid} Paid