tallberg Posted March 20, 2007 Posted March 20, 2007 Hi my product options are not realy options. They are realy product attributes that are fixed. I would like to display the product options with out the drop down boxes. Just the option name and values. Ive found the relavant code but iv no idea how to remove the drop down. <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> Can any one help please?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.