Code: Select all
Undefined index: payment_address_id in /catalog/controller/checkout/payment.php on line 11
Undefined index: password in /system/library/customer.php on line 124
Code: Select all
Undefined index: payment_address_id in /catalog/controller/checkout/payment.php on line 11
Undefined index: password in /system/library/customer.php on line 124
Code: Select all
Undefined index: payment_address_id in /catalog/controller/checkout/payment.php on line 11
Code: Select all
Undefined index: password in /system/library/customer.php on line 124
-Ryan
Code: Select all
Undefined index: payment_address_id in /catalog/controller/checkout/payment.php on line 11
Code: Select all
Undefined index: password in /system/library/customer.php on line 124
Code: Select all
if (!$this->customer->login($this->request->post['email'], $this->request->post['password'])) {
Code: Select all
if (isset($this->request->post['email']) && isset($this->request->post['password']) && !$this->customer->login($this->request->post['email'], $this->request->post['password'])) {
Code: Select all
$this->customer->login($this->request->post['email'], $this->request->post['password']);
Code: Select all
if (isset($this->request->post['email']) && isset($this->request->post['password'])) {
$this->customer->login($this->request->post['email'], $this->request->post['password']);
}
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
Undefined index: payment_address_id in /catalog/controller/checkout/payment.php on line 11
Code: Select all
if ($this->customer->isLogged()) {
Code: Select all
if ($this->customer->isLogged() && isset($this->request->post['payment_address_id'])) {
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 3 guests