https://github.com/rixrix/silverstripe-clickbank
Silverstripe ClickBank Module
https://github.com/rixrix/silverstripe-clickbank
Last synced: 7 months ago
JSON representation
Silverstripe ClickBank Module
- Host: GitHub
- URL: https://github.com/rixrix/silverstripe-clickbank
- Owner: rixrix
- License: bsd-3-clause
- Created: 2011-05-19T13:22:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T13:24:22.000Z (almost 13 years ago)
- Last Synced: 2025-04-07T23:01:46.439Z (10 months ago)
- Language: PHP
- Homepage: http://rixrix.github.com/silverstripe-clickbank/
- Size: 135 KB
- Stars: 5
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE.md
Awesome Lists containing this project
README
Silverstripe ClickBank Module
============================
Maintainer Contacts
-------------------
* Richard Sentino ()
Requirements
------------
* SilverStripe 2.4+
* The [Member Profile Pages](https://github.com/ajshort/silverstripe-memberprofiles) module
* The [Orderable](https://github.com/ajshort/silverstripe-orderable) module
Supported ClickBank Features
----------------------------
### ClickBank IPN Service
Instant Processing Notification service which handles the payment notifications from ClickBank service to your
Silverstripe web application. More information at [ClickBank IPN](http://www.clickbank.com/help/affiliate-help/affiliate-tools/instant-notification-service/) site.
### ClickBank Module
The following list are the features/functionality of the module :
* Automatically create user account and roles after successful IPN transaction
* Thank You or After Purchase Page for each of your product
* Product page that can be linked to your ClickBank product item
* Member profile page
* Site admin IPN transaction logs for each member
* Authenticated file download for members
* Template for page customization
Installation Instructions
-------------------------
1. Place the module in the root of your Silverstripe installation. Make sure the directory name is 'clickbank'
2. Visit yoursite.com/dev/build to rebuild the database.
3. By default, the module is not enabled. To enable it, you need to add the following into your mysite/_config.php file : ClickBankManager::enable();
Todos
-----
* Test cases
* More documentation
* Admin report page
* ClickBank API integration
* Port to Silverstripe 3.0
Bugs / Feature Request
----------------------
Please file any bugs or feature request at GitHub [Issue Tracker](https://github.com/rixrix/silverstripe-clickbank/issues)