Hi,
I just installed "Addon Sofware" named "cross_sell_advanced", and I got this errors at the end:
"1146 Table 'overprod_zc1.zen_products_xsell' doesn't exist
in:
[select distinct p.products_id, p.products_image, pd.products_name from zen_products_xsell xp, zen_products p, zen_products_description pd where xp.products_id = '3176' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6]"
If I delete this code
"<?php
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>"
The error disappeared, but no Cross Sell or else.
Please tell me what I should do have "Cross Sell" work. Thanks so much for your help and support.



