08 Sep 2010 
Support Center » Knowledgebase » How do I offer a free trial with no payment selection?
 How do I offer a free trial with no payment selection?
Solution Edit the /modules/members/process_member_registration.php file and find this line:
sql_query("INSERT INTO $membtable (m_date,m_ip,m_confcode,m_rateme,m_news) VALUES (".time().",'$ip',$en[confcode],1,1)");

then replace it with:
sql_query("INSERT INTO $membtable (m_date,m_ip,m_confcode,m_rateme,m_news,m_daysleft) VALUES (".time().",'$ip',$en[confcode],1,1,15)");

Replace 15 with whatever number of trial days you wish to offer.


Article Details
Article ID: 78
Created On: 22 Dec 2008 10:42 AM

 This answer was helpful  This answer was not helpful

 Back
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News | Downloads
Language:

Help Desk Software By Kayako eSupport v3.40.01