Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

search box line


proman2008

Recommended Posts

Posted

please take a look

 

125.jpg

 

what code I need to add to have this effect?

 

I just need to show the quick search line on the header

 

just a search bar - as it is on ebay

Posted

Try this with your search image in your images folder.

 

<table cellspacing=0 cellpadding=0>

<?=tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get')?>

<tr><td height=100 colspan=3></td></tr>

<tr><td width=28></td>

<td><?=tep_draw_input_field('keywords', '', 'size="20" maxlength="30" class=go99') . ' ' . tep_hide_session_id()?>  </td>

<td><input type=image src=images/your_search_image.gif width=54 height=19></td></tr>

</form>

</table>

Posted
Try this with your search image in your images folder.

 

<table cellspacing=0 cellpadding=0>

<?=tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get')?>

<tr><td height=100 colspan=3></td></tr>

<tr><td width=28></td>

<td><?=tep_draw_input_field('keywords', '', 'size="20" maxlength="30" class=go99') . ' ' . tep_hide_session_id()?>  </td>

<td><input type=image src=images/your_search_image.gif width=54 height=19></td></tr>

</form>

</table>

 

sorry but don't understand? where to put this code?

Posted

Well, you put it where you need the search to show up. If you are going to customize the look of your shop you will need to be able to know some html and some knowledge of css.

Archived

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

×
×
  • Create New...