schoolboy:
The last line in your HTML page source reads:
<!--bof cross sell advanced module-->
And then the html stops...
So I think your problem lies with that module.
Thanks for the reply. Where did you see that?
The only file that contains that line is tpl_product_info_display.php and I've checked it and it doesn't end at that line -
"<!--bof cross sell advanced module-->
<?php
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 advanced module-->
<!--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-->
<!--bof Form close-->
</form>
<!--bof Form close-->
</div>"