Quote Originally Posted by philip937 View Post
@gilby



I have tried what you suggested but its not working for some reason.

this is what I did:

I added this line to
includes/extra_datafiles/multi_xsell_definitions.php
PHP Code:
define('TABLE_PRODUCTS_XSELL'DB_PREFIX 'products_xsell1'); 
then I have to change in
includes/modules/MY_TEMPLATE/cart_upsell.php
PHP Code:
    if (@file_exists(DIR_WS_MODULES zen_get_module_directory('xsell_products.php'))) { 
to
PHP Code:
    if (@file_exists(DIR_WS_MODULES zen_get_module_directory('multi_xsell_products.php'))) { 
and
PHP Code:
require($template->get_template_dir('tpl_modules_xsell_products.php'DIR_WS_TEMPLATE$current_page_base,'templates'). '/' 'tpl_modules_xsell_products.php'); 
to
PHP Code:
require($template->get_template_dir('tpl_modules_multi_xsell_products.php'DIR_WS_TEMPLATE$current_page_base,'templates'). '/' 'tpl_modules_multi_xsell_products.php'); 
but this still does not work. can you advise any further?

Many Thanks

At this stage no I can't help
and I am away from my test computer for the next 10 days so I can't test it out at this time