TC
Twill CMS•3y ago
gh057x

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
2 Replies
pauldwight
pauldwight•3y ago
By default the nestedItemsDepth is set to 1 - you can override this in your Twill Controller by adding the following protected $nestedItemsDepth = 2;
gh057x
gh057xOP•3y ago
ohh cool, it works. thanks so much 🥳

Did you find this page helpful?