Quote Originally Posted by memorydave View Post
Download a copy of your includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
and insert this code anywhere you want Reward Points to show on the product info page. If you do not have that file download it from includes/templates/template_default/templates/tpl_product_info_display.php
You must not have the recent version of Reward Points installed or you didn't rename the custom folder to YOUR_TEMPLATE name that you are using before uploading to your server. That file is already included in the module.

PHP Code:
<!--bof Product Reward Points block -->
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
 * display the product reward points
 */
   
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_product_reward_points.php');
   
?>
</h2>
<!--eof Product Reward Points block -->