Third Level Categories

How do we set our model to cater a third level category or parent->child->child? Currently it only cater until 2nd level. Please see attached image. I wan to create another child of "Another Product", though it was saved into the database but I cannot be displayed.
No description
P
pauldwight337d ago
By default the nestedItemsDepth is set to 1 - you can override this in your Twill Controller by adding the following protected $nestedItemsDepth = 2;
L
lazydog337d ago
ohh cool, it works. thanks so much 🥳