Jump to content

Bug BO shopping carts


Recommended Posts

Am intrebat si pe forumul englezesc, am crezut ca-s mai multe sanse sa fi intalnit cineva problema asta, se pare ca nu, n-am primit niciun raspuns in 3 zile.

Cand accesez BO, apoi Customer si Shopping Carts, primesc eroarea de mai jos. A mai intalnit-o cineva? Si daca da, cum ati rezolvat-o?

 

Multumesc!

 

[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();

Edited by alexcraciun (see edit history)
Link to comment
Share on other sites

Poti sa imi zici te rog ce apare la adresa asta?

 

[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 an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...