Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display product options without the dropdown box


tallberg

Recommended Posts

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...