View Single Post
  #1 (permalink)  
Old 11-21-03, 07:44 AM
Splatt Splatt is offline
New Member
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Reseller management in PHP/MySQL

Here's what I need:

It's a "Reseller Management" script in PHP using MySQL database. It should do the following:
  • The script is to allow people to resell software, the resellers will sign up and then have to be approved by the administrator.
  • They will pay for licenses in blocks of 5. The more licenses, the higher the discount.
  • Payment for the blocks of licenses are handled through PayPal, 2CheckOut and Authorize.net. (The automation part of that I can probably do)
  • The script should generate the appropriate number of license numbers and store them for the reseller.
  • The reseller will login to a management area where they can enter the sale info and assign the license number to the end user.
  • The script must check to see if the end user has already signed up in a vBulletin forum before allowing the reseller to input the sale info.
  • Upon entering a new sale, the script will add the end user to another database. This is so our site can provide end user software support. I can code this part if you just make a blank function for it.

A good example of what I need is at this web site:
http://www.turnkeywebtools.com/index...tion=resellers

Please provide a price quote and time frame.

Thanks!!
Reply With Quote