shingiittai 0 Posted August 14, 2012 Report Share Posted August 14, 2012 I am interested in incorporating a 15 or 30 day FREE trial period, however am having difficulties completing the task. I am in the education field and have very limited knowledge/skills regarding php/mySQL and thanks to Larry's approach I have made it further than I expected. Basically after users register and are presented with the Paypal, they must login via Payapl and agree to the monthly subscription, however the first 30 days should be free so that they have the option of canceling the subscription if they choose to do so without being charged anything. Creating the free trial period Paypal button is easy, however just doing this does not update the database in any way. When a trial period button is created and used, the database doesn't seem to be updated and therefore doesn't allow users to access the content. ( Any insight is very much appreciated...... Thanks Larry for such a great book! Quote Link to post Share on other sites
Larry 429 Posted August 21, 2012 Report Share Posted August 21, 2012 Thanks for the nice words on the book. It is appreciated. Unfortunately, I don't know the answer offhand. I can do some research on this, but it'll be a week or two before I'll have the free time. Quote Link to post Share on other sites
shingiittai 0 Posted August 21, 2012 Author Report Share Posted August 21, 2012 Thanks for the reply Larry....I did figure out a solution, although not the one I originally had in mind. I changed the Registration.php ADDDATE(NOW(), INTERVAL 20 DAY) )......this bypassed the whole payment system (allowed register users to view content) and basically set the expiration day 20 days from the date of registration/creation. Now once expired, users will need to renew their accounts via Paypal as originally set. If you see any issues with this, please let me know as I have not had time to go through the entire cycle for testing purposes, but I believe that it will work just fine. I appreciate your willingness to help me.....thanks alot! Quote Link to post Share on other sites
Larry 429 Posted August 22, 2012 Report Share Posted August 22, 2012 That should work. Kudos for figuring that out and thanks for sharing that solution. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.