Can't get eot with s2member
-
Hello,
I am developping a WordPress & Buddypress social network. And I want to have a premium part using s2member.
I configured s2member plugin with buddypress and paypal (in sandbox mode). I made a Membership option page with a Paypal (Buy Now) One Time for 3 month without trial button for Level #1 Access. And EOT Automatic Behavior is enabled.
When I log my user I get the membership option page, I pay with a fake account (because it’s the sandbox option), I get redirected to my login page, and once logged I see the restricted page normally.
It works well expected one point : I tried to get the eot (expiration date) with this code in a page
$s2member_auto_eot_time = get_user_field ("s2member_auto_eot_time"); var_dump($s2member_auto_eot_time);
But I get back string(“0”)
I also tried to get the eot of the right users, by editing the user profile, but the input form for eot is empty (where as the paiement input are filled).
I am wondering if I missed something or if it’s because of the paypal sandbox mode ?
Thanks,
- The topic ‘Can't get eot with s2member’ is closed to new replies.