Question: Is It Possible To Add A 3Rd Level Categories Menu

Is It Possible To Add A 3Rd Level Categories Menu

Hi Team - I am looking to add a 3rd level category in the categories dropdown menu and in SMA. This will effect the SMA as I need 'category_id', 'subcategory_id' and 'subsubcategory_id' into

DE

Dean Elzey

Asked
Hi Team - I am looking to add a 3rd level category in the categories dropdown menu and in SMA. This will effect the SMA as I need 'category_id', 'subcategory_id' and 'subsubcategory_id' into the products table (maybe, can probably keep it as sub category but would be several multidimensional arrays on the add or edit products methods. I am able to add the multidimensional array for the category but it seems it will not search for the products. I have added it to the filters in the method
```php
public function getProducts
```
but it seems to miss it completely, can you help with that? or point me in the right direction?

Thanks!