Jump to content

search customer/order number/products in admin fro


Guest

Recommended Posts

Just thought I'd share this little mod. if you have search inventory in admin mod this will add search customer & search products to your admin home along with the usual search order number to make it easier to find everything from your admin home. I would've posted in hacks & mods but i wasn't allowed :-(

#####

In admin/index.php

Find

echo"<form action=\"orders.php?search=yes\" method=\"post\">

	<b><u>$la_search_search - $la_view_orders_no</u><br></b><br><input type=\"text\" name=\"searchStr\" class=\"textbox\">&nbsp;<input type=\"submit\" class=\"submit\" value=\"$la_search_search\">

	</form>



	<br>$la_check_updates <a href=\"http://cubecart.com/?eu=$eu\">CubeCart.com</a>

	</blockquote>";


Replace with


echo"<form action=\"customers.php?search=yes\" method=\"post\">

	<b><u>$la_search_search - Customers</u><br></b><br><input type=\"text\" name=\"searchStr\" class=\"textbox\">&nbsp;<input type=\"submit\" class=\"submit\" value=\"$la_search_search\">

	</form>";

	

	echo"<form action=\"orders.php?search=yes\" method=\"post\">

	<b><u>$la_search_search - Order Number</u><br></b><br><input type=\"text\" name=\"searchStr\" class=\"textbox\">&nbsp;<input type=\"submit\" class=\"submit\" value=\"$la_search_search\">

	</form>";

	

	echo"<form action=\"inventory.php?search=yes\" method=\"post\">

	<b><u>$la_search_search - Products</u><br></b><br><input type=\"text\" name=\"searchStr\" class=\"textbox\">&nbsp;<input type=\"submit\" class=\"submit\" value=\"$la_search_search\">

	</form>";

This also removes the "click for updates" link, cos we aint gettin any B)

It's not much, but someone may find it usefull :)

Micky

click for screenshot

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...