Jump to content

Problema al importar csv de categorias


Recommended Posts

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 exist
at 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

 

Alguna idea de por dónde van los tiros?

Gracias

Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...