Show Category Description In Category List

Hey,



I currently have this in my categories_text_links.tpl file

```php {if $items}


{/if}
```

And it works except for the {$category.description} part. I'm guessing, by default, the category description isn't loaded from the database, but was wondering if there was any possible way to make it so. Thanks.

Yes I need exactly the same thing.



The description is in the database table cscart_category_descriptions but I just cant extract the data.



none of these guess' worked, so i assume that the data just has not been extracted from the db :

{$category_descriptions.category} {$category_descriptions.description} {$category.category_description} {$category.description} {$category_data.description|unescape} and {$category_data.description}





Could someone please assist?

I'm looking for the same solution, anybody have any clue on this?

[quote name='FernE97' timestamp='1315522576' post='121282']

I'm looking for the same solution, anybody have any clue on this?

[/quote]



Found this solution which worked for me. Category Description In Appearance Types - Hints & Modifications - CS-Cart Community Forums



Is there no way to pull the category description in without having to add a function to the core?