Free Membership for First 1000 Members
Posted:
April 15th, 2011, 4:26 pm
by w1nk5
My client's website has one membership level, however, they want that membership to be free for the first 1000 members. Is there currently any way to implement this?
Much Appreciated,
Thanks
Re: Free Membership for First 1000 Members
Posted:
April 15th, 2011, 4:54 pm
by Cristián Lávaque
I imagine you're trying to automate it... otherwise, just monitor the users list and when it hits the 1000th, close free registrations and put up a button to purchase the membership.
To automate you can add a counter to your settings and check it with a conditional that'll show a purchase button after the counter reaches 1000. Another option would be to monitor the users table until it's above 1000.
Re: Free Membership for First 1000 Members
Posted:
April 16th, 2011, 9:53 am
by w1nk5
That is correct, they would like it automated. Thanks for your advice, I'm going to implement that over the weekend.
Cheers
Re: Free Membership for First 1000 Members
Posted:
April 16th, 2011, 5:15 pm
by Cristián Lávaque
Cool. Let us know how it went after you're done.