Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

search feature


corvettepartscatalog

Recommended Posts

I would like to move the search feature from the right column into the header.php file next to my company logo. I am fairly new to the php language and would need a little assistance. Line 57 of the header.php file reads as follows:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'cpc_logo.gif', 'Corvette Parts Catalog') . '</a>'; ?></td>

 

I want to put the search feature valign middle next to the logo without the box

that says "quick find"

 

line 12 of the column_right.php is as follows:

 

require(DIR_WS_BOXES . 'search.php');

 

What is the correct code to do as I described above. Any help appreciated.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...