Hi,

I am in showcase mode on the latest version of Zen Cart. I have products that have multiple sizes (2 inch, 4 inch, etc).

Once I click on a product, is there any way to show all of the sizes in a table format (instead of a dropdown or radiobox)?

Such as:

HTML Code:
<TABLE BORDER=1>
<TR>
	<TD>Item Number</TD>
	<TD>Item Name</TD>
</TR>
<TR>
	<TD>Sample1-02</TD>
	<TD>Sample1 - 2 inches</TD>
</TR>
<TR>
 	<TD>Sample1-04</TD>     
 	<TD>Sample1 - 4 inches</TD> 
</TR>
I have tried messing around with putting the html code in the description box for each individual product, but if I decide to switch from showcase mode, then I will have to go through and do all of the work anyways.

Any help would be appreciated!