Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Enhanced search box?


Amrahp

Recommended Posts

Posted

I have tried some of the search box contributions with no luck.

 

I only want the search box to use the "search in description" criteria as well as the product name.

I don´t need to search within a price range or in any partucular category.

 

Anyone with a hint on how to achieve this? The code is obviously in the advanced_search.php and/or the advanced_search_result.php but I have failed to use it so far.

 

Thanks!

Posted

Well..

I just got it to work. :rolleyes:

 

If anyone else is in the need of this, here is the code:

Change line 25 in the search box from

'text' => tep_draw_input_field('keywords',.............

To:

'text' => tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords',.............

Archived

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

×
×
  • Create New...