I see an option for a category description but it doesn't show up on the site is there an option to make it show up or do i have to custom code it to show up on my site as text for the visitors to see?
You can do it yourself, simply add this code wherever you want it too show. {$category.DESCRIPTION|trim|escape} Code (markup): I have mine in main.tpl for my theme. Oh yeah, If you plan to use html in those descriptions use this {$category.DESCRIPTION|trim} Code (markup):