Points and Rewards Module
About this Group
I am building a module that allows customers to earn points buy purchasing items, or by signing up, and allows them to spend those points on specific "rewards" products. Many actions are going to be integrated to allow customers to earn points, such as tell a friend, signup, trips, whatever.
I can't even begin to thank Moshe for all the help he has provided so far.
Following is a summary of what I have gotten done so far.
Points module that includes:
- Model with get, update, and save functions for points
- Sign up points
- Points helper for use in templates
- Points display in template dashboard
- Authorizenet.php payment gateway overload modified to save points when purchase is complete ( still need to modify it to use the model save method)
- Other misc. that I can't remember right now
- config.xml that works
What I have planned and yet to do would include:
- Rewards methods to recognize rewards labeled products and decrease points when purchased - so probably a bit more overloading on the checkout method. This part will obviously be the biggest part
- Tell a friend (basically an affiliate system) that works on points
- Points order history - integrated into normal order history
Latest Group Activity
Authorizenet.php
Posted by CrashTest on Tue, December 18, 2007
Group: Points and Rewards Module
-
- This is the Authorizenet.php file located in /app/code/local/Mage/Points/Model/ and is where I am putting most of the action. Very soon I will move the code in this file to it's own model. Read More
Data.php
Posted by CrashTest on Tue, December 18, 2007
Group: Points and Rewards Module
-
- This file is located in /app/code/local/Mage/Points/Helper/Data.php and is where I will put all of my helpers for using points in any part of Magento. Read More
Code So Far
Posted by CrashTest on Tue, December 18, 2007
Group: Points and Rewards Module
-
- This is the layout of the directory structure and explanation of what will be seen on other pages beyond this page. Read More
Config.xml
Posted by CrashTest on Tue, December 18, 2007
Group: Points and Rewards Module
-
- This is the config.xml file found in /app/code/local/Mage/Points/etc/ Read More

