diego Posted November 28, 2009 Share Posted November 28, 2009 Ciao, rieccomi dopo diverso tempo, ho un problema che non riesco a risolvere:ho preparato un file CVS con il seguente testo: ;0;"D.A.T.1007/S";;9;7;;0;;;;;;051007SK0100302;;;;;;;LIME SCALE REMOVING DETERGENT;"Buffered acid detergent for lime scale deposits, free from hydrochloric and phosphoric acids; it is suited for showers and bathrooms, WC, taps, chrome coated items, stainless steel and any kind of tiles";;;;;;;; e mi ritorna l'errore della immagine allegata...L'errore viene generato dal file AdminImport.php nel seguente punto: if ($fieldError === true AND $langFieldError === true) { // If id product AND id product already in base, trying to update if ($product->id AND Product::existsInDatabase(intval($product->id))) { $datas = Db::getInstance()->getRow('SELECT `date_add` FROM `'._DB_PREFIX_.'product` WHERE `id_product` = '.intval($product->id)); $product->date_add = pSQL($datas['date_add']); $res = $product->update(); } // If no id_product or update failed if (!$res) $res = $product->add(); } // If both failed, mysql error if (!$res) { $this->_errors[] = $info['name'].(isset($info['id']) ? ' (ID '.$info['id'].')' : '').' '.Tools::displayError('cannot be saved'); $this->_errors[] = ($fieldError !== true ? $fieldError : '').($langFieldError !== true ? $langFieldError : '').mysql_error(); } Sapete aiutarmi, o darmi un CVS che funzioni? Non capisco proprio dove sbaglio!!!Grazie mille Link to comment Share on other sites More sharing options...
disarci Posted November 29, 2009 Share Posted November 29, 2009 Io proverei a togliere lo "/" Link to comment Share on other sites More sharing options...
diego Posted November 29, 2009 Author Share Posted November 29, 2009 Non è quello, ci ho già provato... Link to comment Share on other sites More sharing options...
diego Posted November 29, 2009 Author Share Posted November 29, 2009 wow... dopo una giornata di ricerche ho trovato: devo inserire una quantità, anche fosse solo '0' ... ma devo inserirlo... sarebbe buono sistemare la cosa nella prossimo aggiornamento di prestashop. Link to comment Share on other sites More sharing options...
Severo64 Posted November 30, 2009 Share Posted November 30, 2009 wow... dopo una giornata di ricerche ho trovato: devo inserire una quantità, anche fosse solo '0' ... ma devo inserirlo... sarebbe buono sistemare la cosa nella prossimo aggiornamento di prestashop. Non avrebbe senso, se inserisci un articolo è giusto che abbia una giacenza, anche se a 0.CiaoSèvero Link to comment Share on other sites More sharing options...
disarci Posted November 30, 2009 Share Posted November 30, 2009 Ciao,in PrestaShop tutti i campi devono essere riempiti.....pena un controllo da parte del sistema. 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