Jump to content

Carrinhos de compra - PrestaShop Exception


Recommended Posts

Bom dia!

Utilizo a versão 1.6.1.0 e de repente ao tentar acessar os carrinhos de compra o erro abaixo é apresentado.
Nenhuma alteração foi feita e essa função funcionava sem problemas.

Sabem me dizer o motivo?

Obrigado

 

 

[PrestaShopException]

Invalid address #274
at line 393 in file classes/Address.php

388. 			if ($id_address)
389. 			{
390. 				$address = new Address((int)$id_address);
391. 
392. 				if (!Validate::isLoadedObject($address))
393. 					throw new PrestaShopException('Invalid address #'.(int)$id_address);
394. 
395. 			}
396. 			elseif ($with_geoloc && isset($context->customer->geoloc_id_country))
397. 			{
398. 				$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...