in catalog/product_info.php there is supposed to be this code:
<tr>
<td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
<td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
</tr>
<?php
}
?>
</table>
<?php
}
i couldnt find that anywhere in product_info.php are you sure its supposed to be there? if not then where is it supposed to be>?
cheers