
Originally Posted by
stevefriedman71
You should check if the file is the same before you use the php from an older cart into a newer one. Use Winmerge to compare the original with the the file from your working (old) cart. Otherwise, you just may have "downgraded" that file. if the file number is still the same you can keep it this way with the old file just pasted in. but if the file has a higher numer you may use winmerge to make the changes and updates to the newer file.
The tpl_product_info_display.php file in the rewards points 1.33 package is missing the following code which displays the reward points on each on the product pages.
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 -->
I got that from the older version (1.28)
I am also having a problem at the checkout and a few options in admins.
Firstly, when I click 'confirm the order', i would be expect to be taken to the payment processor to enter cc details (alertpay, paypal etc) but instead it hangs on 'Your order is being processed, please wait..' page. Thinking it might be a problem re-directing to alertpay etc I installed Check/Money order, but it was the same result.
In admin the following dont do anything either:
Configuration>Reward Points>Reward Point Status Track (clicked but no options to choose)
Configuration>Reward Points>Set New Account Reward Points (Clicked but no options to choose)
Configuration>Reward Points>Advanced Reward Point Calculation Rules (Clicked but no options to choose)
Anyway, think I will be moving back to the previous version (1.28) because I know that one works fine. There seems to be too many bugs in v1.33. Excellent module all the same.
Bookmarks