LedCloud
LedCloud
The addresses can be deleted not only by running sql request derectly to DB but the addressed could be deleted also from the BO Addresses Controller. So I insist there...
> Addresses should not be deleted from DB directly, there is a flag `deleted` in each row to determin whether address is deleted or not. yes, they shouldn't, but they...
Okay. But what fixed? After updating to 1.7.5.0 there will be not such problem, right? But how about that I already have it? Yes, I can fix it with raw...
> @LedCloud, In your case you deleted the address from the database & not from the BO, so the issue occurs, is it? > Thanks! I'm sure I didn't deleted...
You don't understand me. Most of people don't start using prestashop since 1.7.5.0. They upgrade to it. And if they as me have such problem, no matter how they got...
Well... I found the trick to fix this issue, but I'm not sure I do all completely right. class/Address.php line 471 ``` if (!Validate::isLoadedObject($address)) { $address->id = (int) $id_address; $address->delete();...