background datas:
- Prestashop: 1.5.2.0
- agile multiple seller module : 2.0.1 (i have version 2.1.3 ziped actually i cant update)
Problem:
Every time i update custmer data this person transform automatically in Seller and appear in seller info
example
I try to change newsletter check to active, and magically (i'm sure i dont touch create seller account because i did this action from customer list) transform this person in seller
clues
After hours of try and error i found this function on agilemultipleseller/install/1.5x/override/controllers/admin and of course there is a copy in override/controllers/admin
- Code: Select all
protected function afterUpdate($object) {
$this->create_seller_account($object);
return true; }
This means every time i update customer info that function convert automatically in seller?
i read code in version 2.1.3 of the module and this function is the same.
Please, could you help me? i must change this code for something similar to afterAdd function?
this is an error? or there is something more?
thanks