Jump to content

Problemi con import CVS


diego

Recommended Posts

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

15258_Qvz8loEEaRFugIkByOFJ_t

Link to comment
Share on other sites


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.

Ciao

Sèvero
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...