20/03/04 MODIFIED stockupdate.php v3.0 by V. Meurink [MaDBuCe]
Fixed some bugs because original wasn't working for me.
Took me a few hours to make it OSC compatible and language compatible.
Now you can easily update your stock.
Active/Not Active now shows an image instead of text.
English/Dutch graphics and language files included.
HEADING_TITLE from language file
-----------------------------------------------------------------------
Based on :
stockupdate.php v1.1 by Tomorn Kaewtong
MODIFIED stockupdate.php v2.1 by Dominic Stein
-----------------------------------------------------------------------
Stand-alone Admin tool for osCommerce v2.2-CVS
Released under the GPL licence.
-----------------------------------------------------------------------
Legend: 
Download

Report
If you are getting this kind of error please refer to my forum link for a fix.
http://forums.oscommerce.com/index.php?showtopic=279991&st=0&gopid=1152910&#entry1152910
I have uploaded only the stockupdate.php in my zip file.
Thanks for this contrib and thanks for all the hard work that has gone into this.
This mod contains only file with instructions how to update stockupdate.php, this isn't the full contribution. You must download Stockupdate v3.11 first.
This Mod adds links to products names. You can click on product name when you want edit more than quantity. Link will take you to product page in Categories/Products.
This is my "thank you" for this fine contribution.
Enjoy.
19/06/04 MODIFIED stockupdate.php v3.11 by Andreas Andersson [Reckie]
Fix for the blank page problem in Stock Manager.
Instead of using a fixed value for language it uses the same variable as the language selection box in admin.
Install the updated file admin/stockupdate.php or
do the following changes to your previous version:
admin/stockupdate.php row 96:
change the last lines of the query from:
cd.language_id = 1");
to:
cd.language_id = $languages_id");
This is a modified file based in this an other contribution to change the stock and the prices.
it respects the languges files
21/03/04 MODIFIED stockupdate.php v3.1 by Vincent Meurink [MaDBuCe]
COMPLETE PACKAGE
SCREENSHOT INCLUDED
Fix for the tep_image function error.
Look at line 42-43 in the language file for changing.
Look in stockupdate.php in the admin folder at line 137-138
on how to set it to suite your needs.
All files can be safely replaced and then change the above in the files.
20/03/04 MODIFIED stockupdate.php v3.0 by V. Meurink [MaDBuCe]
Fixed some bugs because original wasn't working for me.
Took me a few hours to make it OSC compatible and language compatible.
Now you can easily update your stock.
Active/Not Active now shows an image instead of text.
English/Dutch graphics and language files included.
HEADING_TITLE from language file
-----------------------------------------------------------------------
Based on :
stockupdate.php v1.1 by Tomorn Kaewtong
MODIFIED stockupdate.php v2.1 by Dominic Stein
-----------------------------------------------------------------------
Stand-alone Admin tool for osCommerce v2.2-CVS
Released under the GPL licence.
-----------------------------------------------------------------------