diff --git a/app/Controllers/Admin_controller.php b/app/Controllers/Admin_controller.php index 524d4ab..377c22c 100644 --- a/app/Controllers/Admin_controller.php +++ b/app/Controllers/Admin_controller.php @@ -130,7 +130,6 @@ class Admin_controller extends BaseController public function user_add() { - if($this->request->getmethod() == 'post') { $password = ''; diff --git a/app/Controllers/Member_controller.php b/app/Controllers/Member_controller.php index af5dc6c..000b43d 100644 --- a/app/Controllers/Member_controller.php +++ b/app/Controllers/Member_controller.php @@ -207,7 +207,7 @@ class Member_controller extends BaseController { // Send the verification email $sendmail_controller = new Sendmail_controller(); - $sendmail_controller->index($this->request->getVar('email') , $MemberData['verification_code'] , 0); + $sendmail_controller->index($this->request->getVar('email') , $MemberData['verification_code'] , 1); } return redirect()->to(base_url()."members_list"); diff --git a/app/Controllers/Sendmail_controller.php b/app/Controllers/Sendmail_controller.php index 44f00be..fe348b2 100644 --- a/app/Controllers/Sendmail_controller.php +++ b/app/Controllers/Sendmail_controller.php @@ -128,8 +128,7 @@ class Sendmail_controller extends BaseController // member => type 1 else if($return == 1) { - // $email->setCC('another@another-example.com'); - // $email->setBCC('them@their-example.com'); + $data['id'] = '1'; $user_data = $this->MemberModel->where('email', $to)->find(); $data['to'] = $to; $data['code'] = $code; diff --git a/app/Views/cart.php b/app/Views/cart.php index 482e8ee..9109546 100644 --- a/app/Views/cart.php +++ b/app/Views/cart.php @@ -44,7 +44,7 @@
- +
@@ -98,7 +98,8 @@
diff --git a/app/Views/checkout.php b/app/Views/checkout.php new file mode 100644 index 0000000..da4843b --- /dev/null +++ b/app/Views/checkout.php @@ -0,0 +1,184 @@ + + + + Checkout - Golf Evolution + + + + /assets/member_images/favicon.png" sizes="192x192" /> + /assets/member_images/favicon.png" /> + + + + /assets/member_css/front-style.css"> + + + + + + + + + +
+
+
+
+

Check Out

+
+
+ +
+
+ Back to Cart +

Billing Address

+
+
+
+
+ +
+
+
+
+
+
+ + Tom Holland +
+
+
2544 Enterprise Way kelowna,V1X7X5
+
+
+ Edit +
+ +
+ +
+
+
+
+ Add New Address +
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ +
+
+ +
+
+
+
+
+ +

Payment Method

+ +
+
+
+ +
+
+
+ +
+
+
+ + Google Pay +
+
+ +
+
+
+
+ +
+
+
+
+

Order Summary

+
+
+
+
Evo Pack 1
+
$550.00
+
+
+
Evo Pack2
+
$1000.00
+
+
+

Items (2):

+

$1550.00

+
+
+

PST (7%):

+

$108.50

+
+
+

GST (5%):

+

$77.50

+
+
+
Order Total:
+
$1736.00
+
+
+
+

By placing your order, you agree to our company privacy policy and condition of use.

+ +
+
+ +
+
+ +
+ + +
+
+ +
+
+ +
+
+ + + + +