Reward Point Full Suite
|
Full Reward Point/Loyalty Card Suite. Features: Global, category or product level setting of reward points earned. Redeem value can be set globally or by customer groups. Smart syncing automatically moves points between pending and earned and visa versa. Sunrise period can be used to automatically award points pending. The administrator can reward points to individual customers. Powerful Customer, Product and Group Redeem Admin control panels. Fully configurable. Comes with multiple selectable Sideboxes and Order Total add-ons. Tested with 1.3.7 and 1.3.8. This mod does not overwrite any core files. |
Zen Cart® Versions |
v1.3.9, v1.5.0 |
Original Author |
hem |
Last Updated by |
countrycharm - 24 Apr 2012 |
Downloads |
14,606 |
Version History
| Reward Point Full Suite - Version: 2.1b | |||||||||||||
|
The tpl_product_info_display.php file in the rewards points 2.0a package is missing the following code which displays the reward points on each on the product pages. I have now updated it. It has been missing since way when. <!--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 --> |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 2.1a | |||||||||||||
| Created and upgrade folder and created a upgrade.txt file for zen cart v1.5.0 so it would be easier for the installer. | |||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 2.1a | |||||||||||||
| Resolved issues with Categories/Product Display Order. | |||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 2.1 | |||||||||||||
|
Resolved issue with Reward Points not installing on zen cart version 1.5.0 The 4 files in admin/includes/boxes/extra_boxes/ is obsolete Added a difine in admin/includes/extra_datafiles/reward_points_filenames.php Added a define in admin/includes/languages/english/extra_definitions/reward_points_definitions.php Updated admin/customers_reward_points.php Updated admin/group_reward_points.php Updated admin/reward_points.php Updated the ReadMe Text |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 2.1 | |||||||||||||
|
This module is now compatible with zen cart version 1.5.0. This module will still work with zen cart versions 1.3.9. May also work with earlier versions. This mod does not overwrite any core files. Full Reward Point/Loyalty Card Suite. Features: Global, category or product level setting of reward points earned. Redeem value can be set globally or by customer groups. Smart syncing automatically moves points between pending and earned and visa versa. Sunrise period can be used to automatically award points pending. The administrator can reward points to individual customers. Powerful Customer, Product and Group Redeem Admin control panels. Fully configurable. Comes with multiple selectable Sideboxes and Order Total add-ons. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 2.0 | |||||||||||||
|
This module is now compatible with zen cart version 1.5.0. This module will still work with zen cart versions 1.3.9. May also work with earlier versions. This mod does not overwrite any core files. Full Reward Point/Loyalty Card Suite. Features: Global, category or product level setting of reward points earned. Redeem value can be set globally or by customer groups. Smart syncing automatically moves points between pending and earned and visa versa. Sunrise period can be used to automatically award points pending. The administrator can reward points to individual customers. Powerful Customer, Product and Group Redeem Admin control panels. Fully configurable. Comes with multiple selectable Sideboxes and Order Total add-ons. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.33a | |||||||||||||
|
1.33a Added Manual Point Redeem against Points Earned check Reinstated Manual/Automatic Reward Point entry in Order Total module. Removed 'Better Together' testing code. 1.32a Resolved issue with multiple cartBoxEmpty ID's appearing in tpl_reward_points.php 1.31a Hardened algorithms dealing with Reward Point Redeem and how other Order Total mods are handled. Resolved issue whereby the Reward Point Redeem was appearing twice in the checkout on first load. 1.30a Resolved issue with Advanced Table items not being factored into the stored Reward Points record Reward Points now passed to observer class via $_SESSION['REWARD_POINTS_EARNED'] variable set in ot_reward_point_display.php Possible fix to make RP Mod finally work with PayPal IPN. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.28A | |||||||||||||
|
1.28a Resolved display issue for Customer Account Edit when displaying Cash Discounts. 1.27a Added Advanced Rules for fine tuning how the order total is calculated for reward redeem/award. Added Cash Discounts as well as Percent Discounts to the Reward Points Discount order total module. % now handled in Maximum Redeem |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.26a | |||||||||||||
|
This version adds the following functionality: Added Reward Point as discount Order Total module. Added Discount Table to Admin-_Modules-_Order Total-_ot_reward_points_discount. Added Reward Point value to My Accounts. Changed variable $search to $where in admin/customer_reward_points.php to stop overwrite of input variable when register_globals=ON. Updated New Account Points Award- This is now handled by the RP observer rather than the tpl_create_account_success_default.php template. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.23a | |||||||||||||
|
Added Reward Points display for downloaded products. Improved rounding function so no negative values are returned. Added 'Display Product Reward Points if Zero' configuration item. Added New Account Points Award. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.21a | |||||||||||||
|
1.21a Added Alphabetical Index to Customer Record List under configuration. Fixed bug in Edit Reward Points under Searched for Customer Added Max Customer Records in List LIMIT under configuration. Extended Search under Admin -_ Customer Reward Points (as per suggestion on ZenCart forums) Added license as per new ZenCart mod rules (http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0) Updated tpl_products_reward_points.php to $_GET the products_id. Fixed upgrade.sql SQL patch. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.20a | |||||||||||||
|
Added new Reward Point Mode configuration item to select how points are rewarded. Added Reward Point Mode to decide whether points are rewarded by product or by order (sub)total. Refreshed Screenshots Created global GetRewardPoints function Order/Cart handlers added (fixed Google Checkout) Fixed Customer Reward Admin not displaying for large number of customers (temporary Fixed) |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.13a | |||||||||||||
|
Extended RewardPoints class so that external mods can hook into the Reward Points mod Added code that Points Redeemed on an order are now subtracted from the Points Earned on that order. Enhanced the Reward Points by Attribute and Reward Points on Sale/Special items code. Fixed SQL bug in Sunrise Period. Fixed bug in Customer Reward Points pending not being reduced after Sunrise Period |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.12c | |||||||||||||
|
Fixed bug in ot_reward_points.php (get_order_total() function). Set Reward Point Display (Order Total) value to 0 so it will not impact Google Checkout. Created a quick hack of googlecheckout.php that adds ot_reward_points_display to its ignore list (ot_ignore). |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.12b | |||||||||||||
| Bugfix version of 1.12a (thanks to kenwahl) | |||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.12a | |||||||||||||
|
!!!WARNING!!! YOU NEED AT LEAST MySQL VERSION 4.2.0 TO RUN THIS MOD Added full Atribute Pricing handling. Resolved MySQL Insert and Update issues with NULL values (qualified values with quotes) Solved Global Redeem Ratio _--_ Global Points Ratio cross reset issue. |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.11a | |||||||||||||
|
Added an uninstall.sql script to remove Reward Point sql items. Added Configuration item to set minimum order value to redeem points against. Added Configuration item to allow redeem of RP against Subtotal or Total (inc. shipping) Added Reward Points on Attribute Price |
|||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.10c | |||||||||||||
| Fixed issue with Admin not working if the sql has not been installed correctly | |||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.10b | |||||||||||||
| Fixed table name issue in update.sql | |||||||||||||
|
Report A Problem | ||||||||||||
| Reward Point Full Suite - Version: 1.10a | |||||||||||||
|
Report A Problem | ||||||||||||



Zen Cart® Versions
Original Author
Downloads
Date Added
File Size
PHP 5.3 Safe?

