Add admin order management with full status workflow.

This commit is contained in:
shop
2026-06-26 19:03:42 +03:00
parent e000264bb1
commit 361d35e6b4
12 changed files with 352 additions and 28 deletions
+6 -2
View File
@@ -391,12 +391,16 @@
font-weight: 600;
}
.status--new { background: #dbeafe; color: #1d4ed8; }
.status--confirmed { background: #e0e7ff; color: #4338ca; }
.status--pending { background: #fef3c7; color: #b45309; }
.status--unpaid { background: #fee2e2; color: #b91c1c; }
.status--paid { background: #dbeafe; color: #1d4ed8; }
.status--new { background: #fef3c7; color: #b45309; }
.status--confirmed { background: #dbeafe; color: #1d4ed8; }
.status--processing { background: #ede9fe; color: #6d28d9; }
.status--shipped { background: #ffedd5; color: #c2410c; }
.status--delivered { background: #d1fae5; color: #065f46; }
.status--cancelled { background: #f3f4f6; color: #6b7280; }
.status--refunded { background: #fce7f3; color: #be185d; }
.order-timeline {
display: flex;