Jump to content

admin shopping cart is not working in 1.6.0.6


Recommended Posts

Hello , 

some one can help me please

  admin shopping cart is not working in 1.6.0.6    [PrestaShopException]

Invalid address

at line 359 in file classes/Address.php

353.         if ($id_address)

354.         {

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

356.

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

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

359.         }

360.         else

361.         {

362.             // set the default address

363.             $address = new Address();

Link to comment
Share on other sites

Hello , 

 

Thank you for your advise , i found the solution but i do not know how .. i have make theme cache directory 777 and some more small things and its start working .. but how i really do not know exactly .. modules was already updated .... 

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