From a004d1e7d580099fb35d5df86da1196bcbd88e56 Mon Sep 17 00:00:00 2001 From: Jun Barroga Date: Wed, 14 Feb 2024 17:47:28 +0800 Subject: [PATCH] Vendor User Tabs --- vendor-all-product-list.php | 5 +++-- vendor-dashboard.php | 6 ++++-- vendor-settings.php | 9 +++++---- vendor-uploads-add-product-action.php | 1 - vendor-user-tabs.php | 22 ++++++++++++++++++++++ 5 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 vendor-user-tabs.php diff --git a/vendor-all-product-list.php b/vendor-all-product-list.php index 88d53ab..ed74cc0 100644 --- a/vendor-all-product-list.php +++ b/vendor-all-product-list.php @@ -119,13 +119,14 @@ $products = productList(); alt="vendor image">
-
+ +
diff --git a/vendor-dashboard.php b/vendor-dashboard.php index ebbc1a5..56dfdd1 100644 --- a/vendor-dashboard.php +++ b/vendor-dashboard.php @@ -127,13 +127,15 @@ if (is_array($vendorOrderss)) { alt="vendor image">
-
+ +
diff --git a/vendor-settings.php b/vendor-settings.php index 5e7c8b7..69c50ce 100644 --- a/vendor-settings.php +++ b/vendor-settings.php @@ -115,19 +115,20 @@ if ($_SESSION["userId"] <> "") {
--> +
diff --git a/vendor-uploads-add-product-action.php b/vendor-uploads-add-product-action.php index 9a130b4..30f45a1 100644 --- a/vendor-uploads-add-product-action.php +++ b/vendor-uploads-add-product-action.php @@ -47,4 +47,3 @@ $response = addProduct( $array = json_decode($response,true); $_SESSION['newProductId'] = $array['_id']; header("location: vendor-uploads.php"); -?> \ No newline at end of file diff --git a/vendor-user-tabs.php b/vendor-user-tabs.php new file mode 100644 index 0000000..c876095 --- /dev/null +++ b/vendor-user-tabs.php @@ -0,0 +1,22 @@ + + + +
+ +
+ + + + \ No newline at end of file -- 2.40.1