Page 1 of 1
Search found 3 matches
Re: Category Based Discount error
I had same error too...
Please help me fin a fix, thanks.
- Mon Feb 14, 2011 11:42 am
- Replies 5
- Views 1214
Re: Undefined index
I have a quick solution for this problem... It is not perfect , but it solve the problem anyway(you won't get customer calling for service). Solution: in "admin/model/sale/customer.php" 1. find public function editCustomer($customer_id, $data) { $this->db->query("UPDATE " . DB_PR...
Jump to post- Thu Oct 07, 2010 10:06 am
- Replies 18
- Views 5504
Re: Undefined index
Forgive my English... I know where is the problem is. The problem happens when You update the customer address list in the backend. The update deleted the address list and then insert the data, thus the address_id in the address table changed(auto increment), but the address_id in the customer table...
Jump to post- Mon Oct 04, 2010 2:11 pm
- Replies 18
- Views 5504
Search found 3 matches