cross_sell_advanced-138 完美无错版本1.38.将各文件上传到指定文件夹下.
打开includes/templates/template_default/templates/ 文件夹
复制 tpl_product_info_display.php 到 模板文件夹下
修改
<!--eof Product URL -->
<br class="clearBoth" />
<!--bof also purchased products module-->
<?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
<!--eof also purchased products module-->
<br class="clearBoth" />
在其后面加入
<!--bof xsell-->
<?php
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!--eof xsell-->