jt1561 Posted June 9, 2009 Posted June 9, 2009 I would like to remove the manufactures from the advanced search box. How do I do this? Thanks, John
RhinoFish Posted June 9, 2009 Posted June 9, 2009 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.