Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don't want to search model numbers


dodger5

Recommended Posts

ok never mind, found it, i think - I just changed this line in advanced_search_result.php:

 

$where_str .= "(pd.products_name like '%" . tep_db_input($keyword) . "%' or p.products_model like '%" . tep_db_input($keyword) . "%' or m.manufacturers_name like '%" . tep_db_input($keyword) . "%'";

 

to this

 

$where_str .= "(pd.products_name like '%" . tep_db_input($keyword) . "%' or m.manufacturers_name like '%" . tep_db_input($keyword) . "%'";

 

seems to work.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...