I also have this error,
Notice: Undefined variable: xsell_data in /includes/templates/mytemplate/templates/tpl_modules_xsell_products.php on line 19
Which is something like this,
PHP Code:// calculate whether any cross-sell products are configured for the current product, and display if relevant
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_XSELL_PRODUCTS));
if (zen_not_null($xsell_data)) {
$info_box_contents = array();
$list_box_contents = $xsell_data;
$title = '';
?>


Reply With Quote
