Community Support Forums — WordPress® ( Users Helping Users ) — 2011-07-16T22:36:28-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14130 2011-07-16T22:36:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14130&p=28549#p28549 <![CDATA[Re: Notification of EOT and content dripping?]]> Statistics: Posted by cassel — July 16th, 2011, 10:36 pm


]]>
2011-07-16T22:18:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14130&p=28546#p28546 <![CDATA[Re: Notification of EOT and content dripping?]]>
Code:
$eot_time = get_user_field('s2member_auto_eot_time', $user_id); 

Statistics: Posted by Cristián Lávaque — July 16th, 2011, 10:18 pm


]]>
2011-07-16T09:10:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14130&p=28497#p28497 <![CDATA[Re: Notification of EOT and content dripping?]]>
I will look into that however if anyone has details on how this can be done (i can copy and paste easily! hehehe), i am sure it will be used by others!

Statistics: Posted by cassel — July 16th, 2011, 9:10 am


]]>
2011-07-16T03:09:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14130&p=28484#p28484 <![CDATA[Re: Notification of EOT and content dripping?]]> mail() or wp_mail() at those times left. This works if you're selling buy-now time periods, not subscriptions, because subscriptions don't set an EOT time until stopped.

If you need to work with subscriptions, you could probably create a custom script that gets fired up with an s2Member Notification, updating the EOT time. WP Admin -> s2Member -> API / Notifications

Statistics: Posted by Cristián Lávaque — July 16th, 2011, 3:09 am


]]>
2011-07-15T08:24:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14130&p=28422#p28422 <![CDATA[Notification of EOT and content dripping?]]>
I can imagine that i have a product that gives access for 3 months to certain content. After 2 months and 2 weeks, one chunk of text can appear on the special access page saying "This is a reminder that your membership will expire in 2 weeks", and then, another one, one week later displaying "This is a reminder that your membership will expire in 1 week", and finally one saying "This is a reminder that your membership will expire tomorrow. If you want to keep access to this page/content/etc. please click here (and that would be another button)". Would that work?

Now, with the conditionals and the dripping content, would it be possible that this would trigger sending an automatic email, a bit like the Thank you email sent by WP? and it could be timed, again, 2 weeks before expiry, and one week and one day, etc.?

(disclaimer: i am NOT a coder, just a dreamer)

Statistics: Posted by cassel — July 15th, 2011, 8:24 am


]]>