colegato Posted December 7, 2009 Share Posted December 7, 2009 Hi Experts, I would like to introduce the Add-on /info/5616 - Enhanced quick search to a shop which has the search loacted in the header.php file. First I embedded the add-on in my search.php file and realized that it didn´t improve. Eventually I removed the whole file and no error popped up. The I would like to know wich is the file which is performing the search in this code to add the add-on on it. <td class="search"> <?php echo tep_draw_form('search',tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false),'get') ?> <table border="0" cellspacing="0" cellpadding="0" align="right" class="table"> <tr> <td class="search_input-rep" style="width:100%;"> <table cellpadding="0" cellspacing="0" border="0" class="search_input-left"> <tr><td class="search_input-right"><input type=text name="keywords" class="go" value=""></td></tr> </table> </td> <td><?php echo tep_draw_separator('spacer.gif', '11', '20'); ?></td> <td class="search_button-rep"> <table cellpadding="0" cellspacing="0" border="0" class="search_button-left"> <tr><td class="search_button-right"><?php echo tep_image_submit('button_search_prod.gif', '', '')?></td></tr> </table> </td> </tr> </table></form> </td></tr> </table> </td></tr></table> Thaks, Cole Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.