kuai Posted January 16, 2009 Share Posted January 16, 2009 Hello All, I'm sure this question has been asked 1,000 times before but how do I remove the manufacturers box in Advanced search. I removed the Manufacturers box from the left column as I do not have a need for this. thanks, Kuai Link to comment Share on other sites More sharing options...
dickysolo Posted January 17, 2009 Share Posted January 17, 2009 how do I remove the manufacturers box in Advanced search. Kuai First back up your original file. open "catalog/advanced_search.php" Find the below code (line 202...) <tr> <td class="fieldKey"><?php echo ENTRY_MANUFACTURERS; ?></td> <td class="fieldValue"><?phpecho tep_draw_pull_down_menu('manufacturers_id', tep_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)))); ?></td> </tr> comment the whole code. Hope this helps you :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.