From 62c2d9ae1b5cf49cb3557a097d08b3288f725fab Mon Sep 17 00:00:00 2001 From: Stacy Date: Fri, 3 May 2024 18:13:39 +0800 Subject: [PATCH] pagination & search filter --- user-history.php | 112 +++++++++++++++++++++------------ user-refund-history.php | 127 +++++++++++++++++++++++++------------- vendor-refund-history.php | 125 ++++++++++++++++++++++++------------- 3 files changed, 236 insertions(+), 128 deletions(-) diff --git a/user-history.php b/user-history.php index 28f793f..b4de884 100644 --- a/user-history.php +++ b/user-history.php @@ -42,7 +42,7 @@ if ($_SESSION["isVendor"] == true) { - + @@ -50,9 +50,13 @@ if ($_SESSION["isVendor"] == true) { + + + + - + + @@ -1537,7 +1568,8 @@ if ($_SESSION["isVendor"] == true) { - + + diff --git a/user-refund-history.php b/user-refund-history.php index cea1c0c..2fffbd7 100644 --- a/user-refund-history.php +++ b/user-refund-history.php @@ -54,9 +54,14 @@ if ($_SESSION["isVendor"] == true) { + + + + +