Hi,
i was also having same issue at open cart v2
i have taken fix ... there are changes in two files contact.php and contact.tpl
The Fix change Sale to customer in following line of code from contact.php
$this->load->model('customer/customer_group');
$data['customer_groups'] = $this->model_customer_customer_group->getCustomerGroups();
where as it was sale/customer_group in pre fix version of contact.php.
There is no Customer directory in admin/model
Other than contact.tpl and contact.php...is there fix in some other files and directories too?
Or i need to create directory customer and move existing customer_group there
kindly comment!
Code: Select all
$this->load->model('customer/customer_group');
$data['customer_groups'] = $this->model_customer_customer_group->getCustomerGroups();
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: No registered users and 1 guest