Amrahp Posted August 14, 2008 Posted August 14, 2008 I have tried some of the search box contributions with no luck. I only want the search box to use the "search in description" criteria as well as the product name. I don´t need to search within a price range or in any partucular category. Anyone with a hint on how to achieve this? The code is obviously in the advanced_search.php and/or the advanced_search_result.php but I have failed to use it so far. Thanks!
Amrahp Posted August 14, 2008 Author Posted August 14, 2008 Well.. I just got it to work. :rolleyes: If anyone else is in the need of this, here is the code: Change line 25 in the search box from 'text' => tep_draw_input_field('keywords',............. To: 'text' => tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords',.............
Recommended Posts
Archived
This topic is now archived and is closed to further replies.