This is the end of my product_info_display.php file:Originally Posted by Ryk
<!-- BOF: Cross-Sell information -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!-- EOF: Cross-Sell information -->
<!--bof Form close-->
</form>
<!--bof Form close-->
</div>
I only added the first 9 lines cut and pasted straight from the SAMPLE_ADDITION_TO_tpl_product_info_display_TEMPLATE.php file which was provided with Cross Sell. Like I said earlier, if I remove this like it suggests in the x-sell install instructions, both my sidebox and the box under my product disappear.




