Jump to content

Problem with shopping carts


Recommended Posts

Hello,

 

Since 1 week I am experimenting a problem when I am trying to see my "Shopping Cart" list on prestashop.

 

When I click on "Shopping cart" button the next text is been display:

 

[PrestaShopException]

Invalid address #75
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;

Does anyone know what is that mean and how can I solve it?

 

Thanks!

Link to comment
Share on other sites

×
×
  • Create New...