From d0415328fe4b73386e6b2c1b55c84d553e47144d Mon Sep 17 00:00:00 2001 From: suresh Date: Fri, 23 Jun 2023 12:41:33 +0530 Subject: [PATCH] suresh --- app/Config/App.php | 4 ++-- app/Views/cart.php | 2 +- app/Views/memberaccess.php | 30 ++++++++++++------------ public/assets/member_css/front-style.css | 3 +++ 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/app/Config/App.php b/app/Config/App.php index dfbef35..d3f5964 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -19,8 +19,8 @@ class App extends BaseConfig */ // public string $baseURL = 'https://mprkv.co.in/devbook'; - public string $baseURL = 'http://localhost/golf_backend'; - // public string $baseURL = 'http://localhost:88/golf_backend'; + // public string $baseURL = 'http://localhost/golf_backend'; + public string $baseURL = 'http://localhost:88/golf_backend'; diff --git a/app/Views/cart.php b/app/Views/cart.php index 876502f..2045169 100644 --- a/app/Views/cart.php +++ b/app/Views/cart.php @@ -58,7 +58,7 @@ } else { echo $pack_id[$key]['count']; } - ?>" title="Qty" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off"/> + ?>" title="Qty" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off" disabled/> diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php index 9a7dcd5..6714e75 100644 --- a/app/Views/memberaccess.php +++ b/app/Views/memberaccess.php @@ -26,7 +26,7 @@