rubygirl Posted December 20, 2004 Share Posted December 20, 2004 okay - i have successfully added multiple fields to my store - they all display correctly in product_info.php page and they all are added/updated successfully via the admin - my problem now is that i need the keyword search to search the new tables as well - all tables are in the product table - which file do i need to edit in order to include the new tables??? please help! i am so close :'( Link to comment Share on other sites More sharing options...
OceanRanch Posted December 20, 2004 Share Posted December 20, 2004 The file is catalog/advanced_search_result.php around line 369 or so you'll need to add your newly defined column names $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'"; $where_str .= " or pd.new_field_name like '%" . tep_db_input($keyword) . "%'"; HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.