1. - copy the file products_multi.php to the admin-dir and the language-files in the corresponding dirs (rename them there to products_multi.php).
2. - link it to catalog.php with a line like:
'<a href="' . tep_href_link(FILENAME_PRODUCTS_MULTI, '', 'NONSSL') . '" class="menuBoxContentLink">multi prods move/copy</a><br>' .
3. - insert to application_top.php somewhere at the files-defs:
define('FILENAME_PRODUCTS_MULTI', 'products_multi.php');
4. - two new stylesheets for a good warning:
.dataTableContentRed { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CC0000; }
.dataTableContentRedAlert { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF0000; font-weight: bold; }
5. - gif in dir: images/icons








