From 3fd03351c39d37d245ea813663fa2f0722193d6e Mon Sep 17 00:00:00 2001 From: raymart Date: Tue, 20 Feb 2024 11:21:23 +0800 Subject: [PATCH 1/2] Wishlist Multiple Delete and Wishlist Select All Delete --- wishlist.php | 149 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 120 insertions(+), 29 deletions(-) diff --git a/wishlist.php b/wishlist.php index 06c3d7b..bb1818d 100644 --- a/wishlist.php +++ b/wishlist.php @@ -1,9 +1,13 @@ + + "") { $_SESSION["isLoggedIn"] = true; @@ -15,24 +19,29 @@ if ($_SESSION["userId"] <> "") { + + oBanana B2B - Elevate Your Business + + + @@ -41,10 +50,12 @@ if ($_SESSION["userId"] <> "") { + + - + + - + - +
- + + +
@@ -451,11 +529,13 @@ if ($_SESSION["userId"] <> "") {
+
+
payment image @@ -468,6 +548,7 @@ if ($_SESSION["userId"] <> "") {
+ +
@@ -594,6 +676,7 @@ if ($_SESSION["userId"] <> "") {
+
@@ -661,6 +744,7 @@ if ($_SESSION["userId"] <> "") {
+ @@ -668,6 +752,7 @@ if ($_SESSION["userId"] <> "") { + @@ -678,10 +763,12 @@ if ($_SESSION["userId"] <> "") { + + '; @@ -692,4 +779,8 @@ if ($_SESSION["userId"] <> "") { - \ No newline at end of file + + + + + -- 2.40.1 From 13fed959b19922ca44ee4e20ca1f33b52d362e6d Mon Sep 17 00:00:00 2001 From: raymart Date: Tue, 20 Feb 2024 11:24:13 +0800 Subject: [PATCH 2/2] Wishlist Multiple Delete --- wishlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wishlist.php b/wishlist.php index bb1818d..5aca70d 100644 --- a/wishlist.php +++ b/wishlist.php @@ -178,7 +178,7 @@ if ($_SESSION["userId"] <> "") { ?>
- + ">
-- 2.40.1