Jump to content

Import kategorii


koreja

Recommended Posts

Ahoj,

 

mám problem s importem kategorii. Vsechny kategorie a produkty jsem pred importem odstranil, ale import skonci chybou. Prosim o pomoc. Dekuji

 

 

Parent category does not exist
at line 377 in file classes/Category.php

371. 		if (!$this->id_parent)372. 			return 0;373. 374. 		$parent_category = new Category((int)$this->id_parent);375. 		if (!Validate::isLoadedObject($parent_category))376. 			throw new PrestaShopException('Parent category does not exist');377. 		return $parent_category->level_depth + 1;378. 	}379. 380. 	/**381. 	  * Re-calculate the values of all branches of the nested tree

 

aaa-import.txt

Edited by koreja (see edit history)
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...