Page 1 of 1

purchase with credit option

PostPosted: October 11th, 2011, 2:24 pm
by shinew
Hi, I'm a web developer and I have purchased the s2Member Pro sometime ago for a website I built. Now I'm working on another website and hoping to use it again.

Is there an option to pay using a credit system? For example, a member can purchase 1000 credit for $1000 and when he makes a purchase on the site, there is an option to deduct from the credits remaining on his account rather than making a CC transaction every time he purchases.

Thanks and I would appreciate it very much if anyone could point me to the right direction to implement such function.

cheers

Re: purchase with credit option

PostPosted: October 12th, 2011, 3:29 pm
by Cristián Lávaque
s2Member doesn't have such a system built into it yet, buty ou could try using the custom registration fields to create a customization that does it. You could have a field for the credits and use the s2Member Notification API or WP hooks to update it. Then check that field to manage access to the content/features you're selling.

WP Admin -> s2Member -> General Options -> Custom Registration -> Add Field
WP Admin -> s2Member -> API / Notifications

s2Member Codex viewforum.php?f=40

I hope that helps. :)