Originally Posted by
Berserker
Hi there,
Thanks for this great mod! I have an edited tpl_product_info_display file and i don't want it to be overwritten when I install this module. Im just wondering if you could please tell me which comments I need to add to my own file.
When I checked the tpl_product_info_display from your mod, the following is the only one I found different.
<!--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 -->
I assume this is the only one I need to add to my own tpl file? Please correct me if im wrong or if I missed something.
Thx
Bookmarks