I am trying to get the new products and featured products centerboxes to show up on the product info page.
i thought if i pasted this code it would work...
but all i get is the names of the two php files and this
<?php require($template->get_template_dir('tpl_modules_products_featured_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_featured_listing.php'); ?>
<?php require($template->get_template_dir('tpl_modules_products_new_listing.php
',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_new_listing.php
'); ?>
"More featured products will be added soon. Please check back later."
why doesnt this work?


Reply With Quote
