Jump to content

Abandoned shopping carts error


Recommended Posts

Whenever I click on the Abandoned shopping carts option on the main admin page, I get the following error. I've cleared the database but still get the error. Everything else works fine.

 

Any ideas appreciated.

 

[PrestaShopException]

Invalid address

at line 346 in file classes/Address.php

 

340. if ($id_address)

341. {

342. $address = new Address((int)$id_address);

343.

344. if (!Validate::isLoadedObject($address))

345. throw new PrestaShopException('Invalid address');

346. }

347. else

348. {

349. // set the default address

350. $address = new Address();

Link to comment
Share on other sites

×
×
  • Create New...