Thanks for the reply limelites.

As of now, I just have the site running on my localhost. It is just a stock install of zencart though, with easypopulate and stock by attributes installed.

The pre-installed zencart item I was trying to get it to work with was the "Hewlett Packard - by attributes SALE" product with the color and memory attributes. So for example with that product I would like something similar to the following html:

<table>
<tr> <th>Color</th> <th>Memory</th> <th>Units in Stock</th></tr>

<tr> <td>Blue</td> <td>4mb</td> <td>15</td></tr>
</table>

...and etc. for the rest of the possible attribute combinations.


Just to list the availability, no radio buttons or anything for selection of items in the list.

Thanks again
-Chris