the code:
<?php
require($template->get_template_dir('tpl_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_whats_new.php');
?>
i want to invoke the latest three products on the home page of my site. i put the above code in tpl_main_page.php file but it doesn't work. how to correct it? thank you.