colegato Posted December 8, 2009 Posted December 8, 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
colegato Posted December 19, 2009 Author Posted December 19, 2009 Hi, Well I haven't received any answer about quick search improvement. But digging in the forum I found this addon: http://addons.oscommerce.com/info/5723 which is applied in advance_search_result.php and the result is the same as in quick search enhance addon. Good luck, Cole
Recommended Posts
Archived
This topic is now archived and is closed to further replies.