From 28b88c1a616fcb8e7b5efcef73e6e9b69ca40745 Mon Sep 17 00:00:00 2001 From: raymart Date: Thu, 4 Apr 2024 18:18:05 +0800 Subject: [PATCH] Incorrect Password, Remove the negative quantity, --- admin/order-history.php | 806 +------------------------------ cart.php | 7 +- catalog-single-vendor.php | 4 +- forgot_password.php | 7 +- header.php | 37 +- index.php | 32 +- login.php | 14 +- login_action.php | 4 +- vendor-dashboard-orders-edit.php | 3 + vendor-dashboard.php | 2 +- 10 files changed, 91 insertions(+), 825 deletions(-) diff --git a/admin/order-history.php b/admin/order-history.php index 32bb406..5846190 100644 --- a/admin/order-history.php +++ b/admin/order-history.php @@ -55,814 +55,14 @@ $allorders = json_encode($orders, true);
- +
- + +
diff --git a/cart.php b/cart.php index b12214b..8e8206f 100644 --- a/cart.php +++ b/cart.php @@ -229,7 +229,7 @@ if ($_SESSION["userId"] <> "") { ?> - +
@@ -291,6 +291,11 @@ if ($_SESSION["userId"] <> "") { } else { console.log('herreeeee') + + var newQuantity = parseInt(qtyInputCart.value) + 1; + qtyInput.value = newQuantity; + qtyInputCart.value = newQuantity; + updateQuantityCart(orderId, itemId, newQuantity, isFloat); } } else { diff --git a/catalog-single-vendor.php b/catalog-single-vendor.php index d567c64..76ed0f0 100644 --- a/catalog-single-vendor.php +++ b/catalog-single-vendor.php @@ -346,8 +346,8 @@ if (!empty($_GET['minPrice']) || !empty($_GET['maxPrice']) || !empty($_GET['cate
About Our Firm
- -

+ +

No description available.

diff --git a/forgot_password.php b/forgot_password.php index ac683b1..61e63c3 100644 --- a/forgot_password.php +++ b/forgot_password.php @@ -162,10 +162,15 @@