This contrubution allows you to:
1. List the product attrubutes on the product_info.php page in a table instead of the pull-down menu.
2. Adds a quantity input box for each attribute.
3. Shows the actual price with the attribute instead of the '+/- XXX'
4. Lists the model number
Legend: 
Download

Report
Fixed problems with the code so that it now works correctly.
This is a full package.
The support thread is at:
http://forums.oscommerce.com/index.php?showtopic=233591
fIX ANY PROBLEM...
DOWNLOAD A FILE
Great contrib Kathyclem. Works fine except always missing one attribut option in the table. (ie. if you have 3 options it shows only 2)
As told on the forum by funkyfermin, you should change :
in the product_info.php page :
line around 200 :
change :
if ($products_options['options_values_price'] != '0') {
to
if ($products_options['options_values_price'] != '0.005') {
There is only one missing thing in this contrib : the ability to add + and - picts near the qty box to change qty by clicking on the +/- buttons...
I tried to make it work during almost 4 hours but no luck. If a black-belt developer would put hand in the grease... :)
Nothing to download here.
Fixed a bug that was not allowing to add products that did not have attributes. Complete Files.
This contrubution allows you to:
1. List the product attrubutes on the product_info.php page in a table instead of the pull-down menu.
2. Adds a quantity input box for each attribute.
3. Shows the actual price with the attribute instead of the '+/- XXX'
4. Lists the model number