It also looks like there is incorrect coding on your 'tpl_product_info_display.php'
If you remove all the module code, does the footer show?
remove
Code:
<?php //////////////////////////OAVS youtube code begins here/////////////// ?>
<?php // boc product video
if ($sniffer->table_exists(TABLE_PRODUCTS_VIDEOS) && (defined('PRODUCT_VIDEOS_STATUS') && PRODUCT_VIDEOS_STATUS == 'true')) {
require($template->get_template_dir('/tpl_modules_youtube.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_youtube.php');
}
// eoc product video
?>
<?php //////////////////////////OAVS youtube code ends here/////////////// ?>
Also, did you previously have this module installed?
Bookmarks