Skip to Content
0
Mar 01, 2017 at 01:36 PM

how can i get all supercategories of perticular product from parent to child order?

1077 Views

I want get all super categories in sorting order(Like parent to child or child to parent).Im using this method getting all super categories. final Collection allsuperCategories = categoryModel.getAllSupercategories();

But im getting all supercategories but not in order.