Jump to content

Search the Community

Showing results for tags 'invalid address'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 6 results

  1. Bonjour, Version PS: 1.7.2.4 Lorsque je veux consulter la liste des panier depuis le dashboard de l'interface d'administration de Prestashop j'ai une page d'erreur : [PrestaShopException] Invalid address #18 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 722 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 3867 - classes/Cart.php] CartCore->isVirtualCart - [line 1797 - classes/Cart.php] CartCore->getOrderTotal - [line 1715 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 860 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 333 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 162 - classes/helper/HelperList.php] HelperListCore->generateList - [line 920 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 2099 - override/classes/controller/AdminController.php] AdminControllerCore->initContent - [line 205 - classes/controller/Controller.php] ControllerCore->run - [line 379 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 95 - admin/index.php] Y a t'il un moyen de supprimer un ou plusieurs panier abandonnés ? Merci pour votre aide.
  2. Hola amigos. Tengo un error al ingresar desde el back a el detalle del cliente, sucede el mismo error cuando el cliente quiere ingresar al detalle de sus pedidos en el front. Sucede con varios clientes. esto paso después de una migración de datos de una versión de prestashop a 1.6 a una instalación limpia de prestashop 1.7 Creo suponer que son carritos del cliente, sin embargo no puedo borrar los carritos. [PrestaShopException] Dirección inválida # 2146 en la línea 444 en las clases de archivo / Address.php 439. // si se ha especificado una id_address recupera la dirección 440. if ($ id_address) { 441. $ address = new Address ((int) $ id_address); 442. 443. if (! Validate :: isLoadedObject ($ address)) { 444. throw new PrestaShopException ('Invalid address #'. (Int) $ id_address); 445.} 446.} elseif ($ with_geoloc && isset ($ context-> customer-> geoloc_id_country)) { 447. $ address = new Address (); 448. $ address-> id_country = (int) $ context-> customer-> geoloc_id_country; 449. $ address-> id_state = (int) $ context-> customer-> id_state; AddressCore :: initialize - [line 197 - classes / tax / Tax.php] - [1 Arguments] TaxCore :: getProductEcotaxRate - [línea 739 - classes / Cart.php] - [1 Arguments] CartCore-> getProducts - [línea 278 - src / Adapter / Cart / CartPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Cart \ CartPresenter-> presente - [línea 117 - src / Adapter / Order / OrderPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Order \ OrderPresenter-> getProducts - [línea 86 - src / Adapter / Order / OrderPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Order \ OrderPresenter-> present - [line 73 - controllers / front / HistoryController.php] - [1 Arguments] HistoryControllerCore-> getTemplateVarOrders - [línea 53 - controladores / front / HistoryController.php] HistoryControllerCore-> initContent - [línea 253 - classes / controller / Controller.php] ControllerCore-> run - [line 428 - classes / Dispatcher.php] DispatcherCore-> dispatch - [línea 28 - index.php]
  3. Hello fellow prestashopers We have a hair products eshop at www.top-hair.gr and we are getting a [PrestaShopException] Invalid Address #130 error on firefox on a single computer. We have tested the website on other computers with firefox and also on mobile devices and it works correctly. Also on the computer that error occurs the website works on Chrome and Explorer. We uninstalled firefox and installed it again (it is currently running the latest version 56.0.2 (32-bit)) but the problem still holds. Has anyone found a similar problem to this. I have attached a screenshot of the error which happens when clicking all the products on the homepage of the website. Thank you for you time and interest
  4. Hi, When trying to process an order we are receiving an 'Invalid address' error. The address has previously worked and this is a new error. Additionally, it doesn't save any data in the 'Company' field. Can anyone help with this? Thanks Tom
  5. Hi there, After upgrading a shop from an older 1.4 version to 1.4.11, my customised theme breaks the add address process when billing and shipping address are different. "INVALID ADDRESS" pops up when unchecking the "use same address for billing" box. If I flip over to the original 1.4.11 theme, it works fine... So, which files should I replace with the original ones from 1.4.11 to resolve the problem? I assume it might be addresses.tpl or similar but wanted to check before trying anything in case someone has had the same issue. Many thanks in advance for any assistance! EDIT/UPDATE: Ok, after replacing order-address.tpl the problem is solved BUT ONLY for existing customers who already have one address in their account. I can easily add another and flip the check box for shipping/billing address. If I try to create a new account on ordering I get first the "INVALID ADDRESS" error when unchecking the "USE SAME ADDRESS" box, then when I click ADD NEW ADDRESS, I get an " ERROR 01. Invalid Token" message on trying to save an additional address. Can anyone elucidate as to why this is occurring? Pretty stumped by this now....
  6. Hi, I cannot process an order passed order step1 (billing and delivery address). Whichever address is set, I get Does anybody have an idea? Thanks
×
×
  • Create New...