Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search box question!!


ralcazar1

Recommended Posts

Hello everyone!!

 

How could I enable the 'search in product description' option to make it run when someone seach from the quick find box.

 

What I really need is to make the quick find box to do a deep search in all the product description without having to go to the advance search page.

 

I will appreciate your help!

 

Thank you

Link to comment
Share on other sites

well I am just guessing, but you will need to find the query, for the search look at the action of the search form then change the query to read like the following:

 

 

select * from tablenames where searchboxname LIKE '% $searchboxName %'

 

look this up in php.org for additional variations.

 

Xydon1

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...