Skip to content

rixrix/silverstripe-clickbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silverstripe ClickBank Module

Maintainer Contacts

Requirements

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 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

Releases

No releases published

Packages

No packages published