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();
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
Who is online
Users browsing this forum: No registered users and 3 guests