Yes I did I'm just struggling with the syntax as it seems when I insert it the product pages do not load. I tried to insert the following before the product class and it still gets an error but not sure what I'm doing wrong. I even placed the define statement in and even tried renaming $define_page to match thinking it was duplicating in some way but still doesn't work. It's probably a syntax error of some type... Any ideas?
PHP Code:
$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MAIN_PAGE, 'false');
/**
* get the Define Main Page Text
*/
<div id="indexDefaultMainContentProduct" class="content"><?php require($define_page); ?></div>
<?php } ?>