Page 1 of 1

Create new category

Posted: 17 Oct 2019, 12:06
by nse.online
Hello,

I am new to Aimeos shop. This why I have this question maybe.

I have category "Home" and after that on the second level I have 2 other subcategories.
Now I want to create another category called "Test" on first level and then also 2 other subcategories. See pics in the attachment.
How can I do that?

Typo3 version 9.5

BR
Steven

Re: Create new category

Posted: 18 Oct 2019, 11:08
by aimeos
There can only be one category tree with one root node so add all "level 1" nodes below "Home". In the tree template you can remove displaying the "Home" category if you don't want it. Replace

Code: Select all

array( $this->treeCatalogTree )
by

Code: Select all

$this->treeCatalogTree->getChildren()
in your local copy of https://github.com/aimeos/ai-client-htm ... rd.php#L81