Product Quick Edit, v1.0 final.
This contribution let's you edit products much quicker than going through the categories menu, by searching for the product name, model (sku), or id.
Installation is simple. Just copy the two included files into your admin directory, then make a shortcut to it by editing admin/boxes/catalog.php
Legend: 
Download

Report
Added weight field.
Changed Files: product_quickedit_info.php
Support Thread At: http://forums.oscommerce.com/index.php?showtopic=304848
FULL PACKAGE
This contribution let's you edit products much quicker than going through the categories menu, by searching for the product name, Short Description (if you have that), model (sku), or id.
This edition involved a large amount of re-writng code and removal of some redunant stuff, also fixed is a bug from my last release.
Major new additions are: Now Multi-Lingual for edits, added preview function, added image browse/upload function, you can now also delete a product image should you wish.
After a product is edited you return to search as you left it with edited product highlighted, also same if you cancel.
Displayed items include, SKU/Model, ID, Name, Short Description (if you have that), Price and Stock
This Contrib is Register_Globals compatible. It has been tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2 & rc1.
Support Thread At: http://forums.oscommerce.com/index.php?showtopic=304848
Full Package
This contribution let's you edit products much quicker than going through the categories menu, by searching for the product name, Short Description (if you have that), model (sku), or id.
This edition includes previous fixes & add ons, I re-did trendstar mod, no need for all those ifs, one line instead of loads. I also cleaned up some of the other code.
I`ve also altered it so after a product is edited you return to search as you left it with edited product highlighted, also same if you cancel.
Increased displayed items, they now include, SKU/Model, ID, Name, Short Description (if you have that), Price and Stock
In edit you can alter Products Name, Stock status, Tax Class, Net Price, Gross Price, Description, Short Description (if you have that), Quantity (can be disabled), SKU/Model, Image.
The database last change date will be updated, and is also displayed on the edit screen.
If you have FCKeditor for Product Descriptions http://addons.oscommerce.com/info/2900, that will be used automatically
The short Description Contrib is at http://addons.oscommerce.com/info/3123
Started Support Thread At: http://forums.oscommerce.com/index.php?showtopic=304848
This is register_globals compatable
FULL PACKAGE
Product Quick Edit is a great tool.
However, if you are like me, then you have a long list of products visible on the screen at once. It can be a little tricky clicking on the correct Edit link for the desired product.
This is a really simple change to alternate the background colours on each line to make is more obvious which line is which.
Simply follow the installation instructions in the file. As I am new to PHP and HTML there is probably a better way to do this! Thanks.
All, deep apologies for cluttering up this contrib, but I realized a couple of errors in my previous upload for those enhancements:
1. I did not fix the "Small fix" noted below.
2. I was not setting the product search variable correctly when returning from quickedit_info page. it was diplaying all items in the search results.
If you wish to use the optional enhancements noted in my last upload, then USE THIS FILE. DO NOT USE THE PREVIOUS.
nice tool. Made a couple minor (OPTIONAL) enhancements.
1. included admin left column on product_quickedit.php (crash3903 added in quickedit_info.php).
2. added parameters so that your search results would return if you click either "Return to Quick Edit" or the "Update Product" button on product_quickedit_info.php.
note: you should check product form and db fields against your database if you have any mods or different versions.
I have also now tidied the display up and included the left navigation column when the page displays
Use initial release with my small fix.
This Snew guy is forking out a release which does not even work.
Simplified & updated version with only one file
1. Quick and easy search.
2. Click the product you want to edit.
3. Edit your product.
This the right version!
To prevent a possible problem:
Find in both files:
if (isset($HTTP_GET_VARS['pID'])) {
$HTTP_GET_VARS['pID'] = $pID;
} else {
}
And replace with:
if (isset($HTTP_GET_VARS['pID'])) {
$pID = $HTTP_GET_VARS['pID'];
} else {
}
Attached file has same information. Thanks to Chris Dunning for the tip.
Product Quick Edit, v1.0 final.
This contribution let's you edit products much quicker than going through the categories menu, by searching for the product name, model (sku), or id.
Installation is simple. Just copy the two included files into your admin directory, then make a shortcut to it by editing admin/boxes/catalog.php