On a standard product list generated from uc_product_table, is there any way to append field data to the 'name' field? My intent is to add sub-title and product dimension information under the 'name' and in the same table cell. I do not want to add cells to the table, but rather just add field data to the existing output.
Current example:
Image.....Name.............Price
img.......WidgetX..........$1
img.......WidgetY..........$2
Would like to output:
Image.....Name.............Price
img.......WidgetX..........$1
..........basic widget
..........2"x4"x6"
img.......WidgetY..........$2
..........Advanced Widget
..........4"x8"x6"



