Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing a field from the advanced search


jt1561

Recommended Posts

Posted

I would like to remove the manufactures from the advanced search box. How do I do this?

 

Thanks,

 

John

Posted

edit advance_search.php

 

on my v2.2rc2a, it's around line 195-196, yours may be different.

look for:

<tr>
 <td class="fieldKey"><?php echo ENTRY_MANUFACTURERS; ?></td>
 <td class="fieldValue"><?php echo tep_draw_pull_down_menu('manufacturers_id', tep_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)))); ?></td>
</tr>

Archived

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

×
×
  • Create New...