
Originally Posted by
integrity_designs
Hi
Thank-you for an awesome template.
I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
Can you please help me with this?
Thanks in advance
http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]
I worked it out.
This is missing from the rewards points suite file of tpl_product_info_display.php
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