Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My first oscommerce site


Recommended Posts

Posted

I have installed my first osCommerce site starting with the simple standard template. All is well except for the life of me I cant get anything to show up when I type anything in the Search box. products that I knoiw are there, with names like Paper, etc. Nothing...

 

Other than this it works great.

 

Anyone ever see anything like this????

 

Thank you for the help.

 

Dwaine

Posted

Are talking about searching from the search box that is on the left or right column? If so try this.

In catalog/includes/boxes/search.php find

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

Cahnge to

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_draw_hidden_field('search_in_description' , '1') . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

Archived

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

×
×
  • Create New...