njohn Posted August 25, 2011 Posted August 25, 2011 Hello is there a way that i can just search the Product name. I use ingredients in the description area and do not want to search the description. Thank-you
satish Posted August 26, 2011 Posted August 26, 2011 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) . "%'"; $where_str .= ')'; break; } advance search file has this code. change ($HTTP_GET_VARS['search_in_description'] == '1') to ($HTTP_GET_VARS['search_in_description'] == '100000aaa') and description will not be checked. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.