cercare sia in description che products_name basta modificare....
il file advanced_search_result.php linea 160
if (isset($search_keywords)) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'";
// if (isset($HTTP_GET_VARS['search_in_description']) && ($HTTP_GET_VARS['search_in_description'] == '1')) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'";
advanced_search.php commentare la linea 164
// $info_box_contents[] = array('align' => 'right', 'text' => tep_draw_checkbox_field('search_in_description', '1') . ' ' . TEXT_SEARCH_IN_DESCRIPTION);
cercare tramite box
Moderatore: mod Documentazione