PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
we have gone back and forth with these for over 4 months
The welcome email goes to all members at level 0 once they sign up they do not need to pay but paid members should get access to the content right away and a member acceptance email.
[...]I have not had a problem with the welcome email any level so am not sure why you did not get a welcome email. You probably did not register once you completed the test purchase.
<?php
add_action ('ws_plugin__s2member_during_paypal_return_during_subscr_signup_wo_update_vars', 'my_clickbank_return');
function my_clickbank_return () {
if ($_REQUEST['s2member_paypal_proxy'] === 'clickbank') {
echo '<script type="text/javascript">' . "\n";
echo "window.location = 'http://yoursite.com/custom-thank-you';" . "\n";
echo '</script>' . "\n";
/*
Note. Don't use wp_redirect() or header("Location: xxx") here.
The cookies set by s2Member may not be read properly.
Always use window.location = ''; ( as shown above ).
*/
exit ();
}
}
?>
<?php
add_action ('ws_plugin__s2member_during_paypal_return_during_subscr_signup_wo_update_vars', 'my_clickbank_return');
function my_clickbank_return () {
if ($_REQUEST['s2member_paypal_proxy'] === 'clickbank') {
echo '<script type="text/javascript">' . "\n";
echo "window.location = 'http://yoursite.com/custom-thank-you';" . "\n";
echo '</script>' . "\n";
/*
Note. Don't use wp_redirect() or header("Location: xxx") here.
The cookies set by s2Member may not be read properly.
Always use window.location = ''; ( as shown above ).
*/
exit ();
}
}
?>
If an existing Free Subscriber ( or any User/Member for that matter ), is logged-in whenever they click a ClickBank Button generated by the Shortcode provided by s2Member, they will be automatically updated behind-the-scene, and they can keep their existing Username/Password. They don't even need to log back in, but often times, asking the Customer to log back in after upgrading/downgrading can provide a bit of clarity about what has just taken place.My only question would be what happens to those already registered at Level 0. See my site is open to all to register but some of the registered members will opt to upgrade by just clicking on the membership page meaning they already have a username and password to the site. Do I need to have instructions on my thank you page for them to reset new password and username?? Or they will be able to use the ones they had set prior to paying? I have a sales page for the product and level 0 members usually access that page right from the site.
Users browsing this forum: No registered users and 2 guests