Jump to content

problema al entrar a la seccion carritos de compra [PrestaShopException]


jrodbla

Recommended Posts

 

hola 

tengo la version 1.6.1.3 y el tema specialdev225-bootstrap version 1.0

 

hoy he tenido un problema al entrar a la seccion de carritos de compra

  [PrestaShopException]

Invalid address #142

at line 401 in file classes/Address.php

396. // if an id_address has been specified retrieve the address

397. if ($id_address) {

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

399.

400. if (!Validate::isLoadedObject($address)) {

401. throw new PrestaShopException('Invalid address #'.(int)$id_address);

402. }

403. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {

404. $address = new Address();

405. $address->id_country = (int)$context->customer->geoloc_id_country;

406. $address->id_state = (int)$context->customer->id_state;

 

Agradecería cualquier ayuda.

 

Gracias

Link to comment
Share on other sites

  • 3 weeks later...

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...