Eric V. Posted July 18, 2014 Share Posted July 18, 2014 Buenas tardes, Estoy intentando importar un csv con las categorias y subcategorias de mi ERP a prestashop. Sólo utilizo los campos Active (0/1) Name * Parent category Description Cuando intento hacer la importación pretashop "peta" y aprece el siguiente mensaje [PrestaShopException]Parent category does not existat line 374 in file classes/Category.php 368. if (!$this->id_parent)369. return 0;370. 371. $parent_category = new Category((int)$this->id_parent);372. if (!Validate::isLoadedObject($parent_category))373. throw new PrestaShopException('Parent category does not exist');374. return $parent_category->level_depth + 1;375. }376. 377. /**378. * Re-calculate the values of all branches of the nested tree CategoryCore->calcLevelDepth - [line 150 - classes/Category.php] CategoryCore->add - [line 1105 - controllers/admin/AdminImportController.php] AdminImportControllerCore->categoryImport - [line 3260 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Alguna idea de por dónde van los tiros? Gracias Link to comment Share on other sites More sharing options...
Alvaro_fdz Posted January 16, 2015 Share Posted January 16, 2015 Lo pudiste solucionar? Tengo el mismo problema... Link to comment Share on other sites More sharing options...
Climacity Posted April 4, 2015 Share Posted April 4, 2015 Aqui ando yo también liado, mismo problema. Link to comment Share on other sites More sharing options...
Recommended Posts