By LAC Webadmin on Friday, 23 June 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 345
Votes 0
Wish, you guys include the description of categories in the model query at least for those who override the default themes may find a purpose for it. The description is not being shown anywhere in the categories... I guess.

Thanks,

Jackson
Yes, it did show on the single group category page, if you would like to get the group category description, you can use this following code :


$category = ES::table('GroupCategory');
$category->load($categoryId);
$description = $category->getDescription();


Hope this will help.
·
Friday, 23 June 2017 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post