Notice: Undefined variable: header in C:\xampp\htdocs\openpos\catalog\view\theme\default\template\extension\payment\pesapal.tpl on line 1Notice: Undefined variable: column_left in C:\xampp\htdocs\openpos\catalog\view\theme\default\template\extension\payment\pesapal.tpl on line 1
Am getting this error when I click continue after agreeing with terms and condition during checkout process. I have talked to developer about and he has told me that the issue should be with the left column_left which is an opencart thing.
Please help
Am getting this error when I click continue after agreeing with terms and condition during checkout process. I have talked to developer about and he has told me that the issue should be with the left column_left which is an opencart thing.
Please help
In catalog/controller/extension/payment/pesapal.php file,
find:
add above:
This should rectify the issue.
find:
Code: Select all
return $this->load->view('extension/payment/pesapal', $data);
Code: Select all
$data['column_left'] = $this->load->controller('common/column_left');
$data['column_right'] = $this->load->controller('common/column_right');
$data['content_top'] = $this->load->controller('common/content_top');
$data['content_bottom'] = $this->load->controller('common/content_bottom');
$data['footer'] = $this->load->controller('common/footer');
$data['header'] = $this->load->controller('common/header');
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
@straightlight
Hello,
Thank you for the help. I replaced the line as you instructed, the error is gone but now i cannot confirm the order as the confirmation button is also gone. I adds the total of everything displays it and then stops there as one cannot proceed with order confirmation.
How do I solve this?
Hello,
Thank you for the help. I replaced the line as you instructed, the error is gone but now i cannot confirm the order as the confirmation button is also gone. I adds the total of everything displays it and then stops there as one cannot proceed with order confirmation.
How do I solve this?
If you cannot provide any error / access logs or console logs from the developer tools information on your browser about the confirmation button, contact the original extension publisher to resolve this issue.as one cannot proceed with order confirmation.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: Majestic-12 [Bot] and 0 guests