Pintus Posted November 27, 2014 Share Posted November 27, 2014 Salve a tutti...ho installato l'ultima versione del modulo Ebay ufficiale Prestashop, il modulo mi carica tutti i miei prodotti su eBay senza problemi...e,se li sincronizzo non mi dava problemi( se modificavo il prezzo). Tutto fino alla prima vendita....appena sono riuscito a vendere un prodotto su eBay entrando nel back end di Prestashop mi visualizza i seguenti errori : [PrestaShopException]Property Address->phone_mobile is emptyat line 846 in file classes/ObjectModel.php $message = $this->validateField($field, $this->$field); 842. if ($message !== true) 843. { 844. if ($die) 845. throw new PrestaShopException($message); 846. return $error_return ? $message : false; 847. } 848. } 849. 850. return true; ObjectModelCore->validateFields - [line 260 - classes/ObjectModel.php] 254. * 255. * @return array All object fields 256. */ 257. public function getFields() 258. { 259. $this->validateFields(); 260. $fields = $this->formatFields(self::FORMAT_COMMON); 261. 262. // For retro compatibility 263. if (Shop::isTableAssociated($this->def['table'])) 264. $fields = array_merge($fields, $this->getFieldsShop()); ObjectModelCore->getFields - [line 464 - classes/ObjectModel.php] } 459. 460. // Database insertion 461. if (Shop::checkIdShopDefault($this->def['table'])) 462. $this->id_shop_default = min($id_shop_list); 463. if (!$result = ObjectModel::$db->insert($this->def['table'], $this->getFields(), $null_values)) 464. return false; 465. 466. // Get object id in database 467. $this->id = ObjectModel::$db->Insert_ID(); 468. e via dicendo... come posso risolvere?? ringrazio tutti anticipatamente e spero in una vostra risposta Link to comment Share on other sites More sharing options...
daco65 Posted January 30, 2015 Share Posted January 30, 2015 Buongiorno, io avevo il tuo stesso identico problema. ho risolto disabilitando il campo obbligatorio della richiesta del numero di telefono, abilitata in "indirizzi" dei clienti. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now