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']);
}
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
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'])) {
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 16 guests