
Originally Posted by
nesum18
quick question here: how can i NOT display the points on the product info page and only have the points calculate during the checkout?
Thank you in advance.
Remove this chunk of code from the /includes/templates/your_template/templates/tpl_product_info_display.php.
Around line number 147
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 -->
Bookmarks