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 @@