Jump to content

johnforster

Members
  • Posts

    2
  • Joined

  • Last visited

About johnforster

  • Birthday May 1

Contact Methods

Profile Information

  • Location
    Banbury
  • Interests
    Micro lights, Ultralights, Paramotors. Computing, Cooking, Travel, Spanish, Singing and Photography. And men.

johnforster's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Same problem I think for me. I have spent a couple of days on this. I have identified the id no 4 in php and made a new customer and changed it to no 4. But I still get the error. I've had the shop live now for a couple of weeks and it really is great. Just cannot get to see my abandoned carts etc, as the show grows I need to see what the customers are doing. Any help from anyone would be most appreciated. Kind regards John. Here is the error [PrestaShopException] Invalid address #4 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; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 610 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 1494 - classes/Cart.php] CartCore->getOrderTotal - [line 1392 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 854 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 321 - classes/helper/HelperList.php] - [2 Arguments]
  2. Not Wirking yet with latest prestashop. Any thoughts or should I cancel purchase and go for the Pro Module. So many thank and regards John.
×
×
  • Create New...