yanno Posted December 19, 2005 Posted December 19, 2005 I could not find any help obout "Search In Product Descriptions" to be checked in advanced_search.php by default. Can somebody help? Thank in advance. Yanno
Guest Posted December 19, 2005 Posted December 19, 2005 I could not find any help obout "Search In Product Descriptions" to be checked in advanced_search.php by default. Can somebody help?Thank in advance. Yanno That can be found at advanced_search_result.pjp. hope it helps. Good luck
Guest Posted January 28, 2006 Posted January 28, 2006 That can be found at advanced_search_result.pjp.hope it helps. Good luck just to be clear, find this line: 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) . "%'"; and change it to this: $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'";
Recommended Posts
Archived
This topic is now archived and is closed to further replies.