From e8b5b6b50cf85f6c5cce4b39983b8636f03352aa Mon Sep 17 00:00:00 2001 From: jouls Date: Fri, 26 Apr 2024 17:35:53 +0800 Subject: [PATCH] added return status column on recent orders table --- admin/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index e83eaed..8e8582b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1054,7 +1054,7 @@ $allSignups = array_merge($all_customers, $all_vendors); Total Amount Order Date Status - + Return Status @@ -1070,6 +1070,8 @@ $allSignups = array_merge($all_customers, $all_vendors); $vendorName = $val['items'][0]['vendor_name']; $totalAmount = $val['total_amount']; $orderStatus = strtoupper($val['status']); + $returnStatus = strtoupper($val['return_order']['status']); + $statusClass = ''; @@ -1098,6 +1100,7 @@ $allSignups = array_merge($all_customers, $all_vendors); ₱ +