Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help


fraternalawards

Recommended Posts

Posted

I would like to put search in middle of page instead of the side and have specials under the search.The only thing I find for help here is people asking the same question as me but no one answers.It cant be that haed but it is eluding me.Is it that easy that you just dont feel like answering a dumb question?Not everyone knows everything and thats why forums exist.Sorry to rant but I get the impression some people dont feel like answering easy questions.There is a similiar question just above.Thank you to the person that actually does take the time to answer my question.

Posted

Here is code for a search box.

 

<form name="quick_find" method="get"

 <?php echo 'action="' . HTTP_SERVER . DIR_WS_CATALOG . 'advanced_search_result.php">' ?>

           <input type="text" name="keywords">

           <input type="submit" name="Submit" value="Search"><br>

	 <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'advanced_search.php">' ?>

           Advanced Search</a></form>

 

Hope that helps.

Posted

Yes...default.php would be the place to put it. Spend some time reading through the file(s) and you'll start to figure out where things are called and how. That's the best way to learn. :wink:

Archived

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

×
×
  • Create New...