/*************************************************\ | Multiple Upselling Links 1.0.0 | | | | A must for stores with 100+ products! Save | | hundreds of hours of time by using this mod to | | cross sell your products! | | | | BCS Engineering | | Copyright (c) 2004 BCS Engineering, | | Carrie L. Saunders <> | | All rights reserved. | | See http://www.bcsengineering.com/license.shtml | | for full license | | For X-cart versions 4.0.X | \*************************************************/ NOTE: You should always make a back-up copy of your files and database before installing any modification. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INSTALLATION: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Add to common_templates.tpl {* BCSE Begin *} {elseif $main eq "mult_upselling_links"} {include file="main/mult_upselling_links.tpl"} {* BCSE End *} Somewhere after the first {if} {include} statements. 2. In include/product_modify.php Change: if (!empty($active_modules["Upselling_Products"])) $dialog_tools_data["left"][] = array("link" => "product_modify.php?mode=select&productid=$productid§ion=upselling", "title" => func_get_langvar_by_name("lbl_upselling_links")); To: if (!empty($active_modules["Upselling_Products"])) # BCSE Begin { $dialog_tools_data["left"][] = array("link" => "product_modify.php?mode=select&productid=$productid§ion=upselling", "title" => func_get_langvar_by_name("lbl_upselling_links")); $dialog_tools_data["left"][] = array("link" => "mult_upselling_links.php?productid=$productid", "title" => "Multiple Upselling Links"); }# BCSE End 3. Unzip and copy files into their appropriate directories.