hello;
im trying to retrieve sub-categories for a specific category. this request '?rt=a/product/category&category_id=84' is
returning
{
"category_id": "84",
"parent_id": "0",
"sort_order": "0",
"status": "1",
"date_added": "2016-04-08 14:43:46",
"date_modified": "2016-04-11 16:33:50",
"language_id": "1",
"name": "Car Rental",
"meta_keywords": "",
"meta_description": "",
"description": "",
"store_id": "0",
"products_count": "0",
"tumbnail":"",
"total_products": "0",
"total_subcategories": "3"
}
No sub-categories are shown...please any help(i have create sub categories under this category with id=84).
is their any problem or i have made some wrong step on creating these sub-categories(i have made 3 sub-categories)