A tool which allows you to copy, move and delete multiple products in one step. Very simple installation and handling. Installation hints included. Further development appreciated.
Legend: 
Download

Report
This is a FULL PACKAGE including the correct fix for stores using NO MANUFACTURERS as posted here http://forums.oscommerce.com/index.php?showtopic=52724&st=120#
and also includes the category jump bug fix posted below.
If you already have this contribution installed, just replace the products_multi.php with the one included in this package.
Credit goes to authors and for those who helped fix the bugs and improve this great contribution. I just updated v2.5 package with the latest fixes.
El siguiente fichero traduce a Español, el panel de Admin de la contribución.
Para instalarlo, copiar el fichero adjunto en el directorio:
admin/includes/languajes/
*********
This is the spanish translation of contribution's admin panel.
To install, copy attached file to
admin/includes/languajes/
If you don't see any category jump when you change the category using upper right corner Categories pull down tree, just change 'post' to 'get'
--------------------------------------------------
Find following line in products_multi.php and change 'post' to 'get'
<tr><?php echo tep_draw_form('goto', FILENAME_PRODUCTS_MULTI, '', 'post'); ?>
#### CORRECT ONE
<tr><?php echo tep_draw_form('goto', FILENAME_PRODUCTS_MULTI, '', 'get'); ?>
####################
Expert
If you use no manufacturers, the query may not bring back any products.
There is a query parameter to comment out in products_multi.php file.
Bug fixes and code optimization.
Full package.
DO NOT download v.2.4!
Support:
http://forums.oscommerce.com/index.php?showtopic=52724
God bless U.
Fixed bug which do not allows to copy|move products in languages different from english.
Works fine with oscommerce-2.2ms2-060817 + Admin_Access-2.1.1
Full package.
God bless U.
Added a german translation made by Thomas Schittli.
I have used version made by 925SILVER4U and...
Added russian translation made by Vlad Savitsky
Added small screenshot at the english language.
Also I have added new features:
- Check all / Unckeck all now works without page reloading (very quick).
- Fixed all links and now this contrib can work with Admin Access installed.
FULL package.
God bless you.
This version shows the product's manufacturers name - and quantity in the listings. Allows easier management .
Contains v2.15 + "real Copy to" addon, but fixed version (original isn't working good). Full package.
Here is a german translation for
admin - copy, move and delete multiple products
I usually have a problem with contributions without any screenshots: I have to install them to see what they are doing. Therefore I also added a
Screenshot.
Directory: 1 cpy
----------------
These files should be unique and therefore
it should be possible to just copy them to
the server
Directory: 2 mrgd
-----------------
These files probably already exists on the
Server and should be merged,
-> SourceForge.net WinMerge,
http://sourceforge.net/projects/winmerge)
6.7.2006, Thomas Schittli
Adds the ability to actually copy products instead of just linking. This must be used with package V2.0.
Copys attributes from a product as well, but does not keep order.
Enjoy
-Small change for MS2.2 compliance
-Cleaned up products_multi.php and catalog.php, formatting for osCommerce standards
-Added two defines to the language file which were previously static
by Aaron Hiatt
http://www.scaredrabbit.com
11/9/04
Hi,
Buczek (bogorya@tenbit.pl) has send a Polish version of the contrib to me. Here it is.
sr
First, I would like to say Great Mod Stefan!
Thank You, this was badly needed!
I have added very detailed instructions, "Very Minor" cosmetic changes, and a proper organization of files so you can now just upload
all at once.
All Credit goes to the Original Author
Tool for deleting / copying / moving multiple products based on categories.php
Correct Link to help forum for this tool:
http://forums.oscommerce.com/index.php?showtopic=52724
version 2.0
With a new feature: the tool now deletes products in a chosen category or completely (selectable).
And, of course, be careful with the function tep_array_merge which is now just array_merge in MS2 (thanks Jason).
Here's the link to the forum topic of the tool:
http://forums.oscommerce.com/viewtopic.php?t=52724
This should be the final release.
Just an update to the file /admin/products_multi.php - The function tep_array_merge is now just array_merge in MS2
Full Credit goes to original Author
A tool which allows you to copy, move and delete multiple products in one step. Very simple installation and handling. Installation hints included. Further development appreciated.