Hi,
My bad, I thought you were talking about displaying the description of the products, not the description of the categories.
There is no option for the description of categories.
For that, you'll have to edit the file product / listing via the menu Display>Views.
There, after the line:
<h2><?php echo $category['category']->category_name; ?></h2>
which displays the category name, you can add such code:
<span class="category_description"><?php echo $category['category']->category_description; ?></span>
and it should do it.
www.hikashop.com/support/documentation/1...-display.html#layout