Mam problem podczas importu kategorii z pliku CSV. Błąd który się wyświetla:
379. if (!$this->id_parent)380. return 0;381. 382. $parent_category = new Category((int)$this->id_parent);383. if (!Validate::isLoadedObject($parent_category))384. throw new PrestaShopException('Parent category does not exist');385. return $parent_category->level_depth + 1;386. }387. 388. /**389. * Re-calculate the values of all branches of the nested tree
Question
eltsklep
Witam wszystkich użytkowników.
Mam problem podczas importu kategorii z pliku CSV. Błąd który się wyświetla:
Bardzo proszę o pomoc. Pozdrawiam wszystkich
Edited by eltsklep (see edit history)Link to comment
Share on other sites
0 answers to this question
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