View Single Post
  #4  
Old 07-04-2010, 10:10 PM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default Re: Search by OrderId or Name

are all the forms in 1 line? your's might have been like that anyway, I'm only on 4.1.12, here's my head_admin bit:
Code:
{* Search by OrderId or Customer Name *} <form class="inlineform" name="searchform" action="order.php" method="post"> Order Number: <input name="orderid" type="text" size="10" maxlength="18"> </form> <form class="inlineform" name="searchform" action="orders.php" method="post"> Customer Name: <input name="posted_data[customer]" type="text" size="10" maxlength="35"> <input name="posted_data[date_period]" value="" checked="checked" type="radio"> All dates <input type="hidden" id="orderid2" name="orderid2" value=""> <input type="hidden" name="posted_data[by_username]" value="on"> <input type="hidden" name="posted_data[by_firstname]" value="on"> <input type="hidden" name="posted_data[by_lastname]" value="on"> <input type="hidden" name="posted_data[address_type]" value="Both">&nbsp; </form> <form class="inlineform" method="post" action="search.php" name="searchform"> <input type="hidden" name="simple_search" value="Y" /> <input type="hidden" name="mode" value="search" /> <input type="hidden" name="posted_data[by_title]" value="Y" /> <input type="hidden" name="posted_data[by_shortdescr]" value="Y" /> <input type="hidden" name="posted_data[by_fulldescr]" value="Y" /> <input type="hidden" name="posted_data[including]" value="any" /> <input type="hidden" name="posted_data[by_sku]" value="Y" /> Product:&nbsp;<input type="search" size="10" name="posted_data[substring]" /> &nbsp;&nbsp;SKU:&nbsp;<input type="search" class="search" size="10" name="posted_data[productcode]" /> &nbsp;&nbsp;<input type="submit" name="submit" value="Search" /> </form>

and the css:
Code:
.inlineform { display: inline; }
Attached Thumbnails
Click image for larger version

Name:	Picture 4.png
Views:	186
Size:	9.8 KB
ID:	2002  
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!

Last edited by amy2203 : 07-04-2010 at 10:12 PM. Reason: add screenshot
Reply With Quote