HI,

I'm still trying to get my subcategory descriptions to display alongside the image and name on a category page. I've been playing with category_row.php and I can manipulate the image and the title very easily. It looks to me like I should just be able to add:

$categories->fields['categories_description'],

since that pulls from the same table as $categories->fields['categories_name'] (or so I think). However, nothing happens.

Here is the latest snippet from category_row:

$list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) .' '. $categories->fields['categories_name'] . '</a><br />'. $categories->fields['categories_description']);

I've looked at other, similar threads, but can't find a solution from them. Any ideas are welcome and appreciated.

http://www.vineryglass.com/catalog/i...79a8718496f7f1

Thanks,

Reid B.