Thanks for the logs. I see the email is being sent and the person redirected to the registration page, according to them:
5 => 'Signup Confirmation Email sent to: "Patrick LastName" <buyer@gmail.com>.',
7 => 'Redirecting Customer to Registration Page. They need to Register now.',
r0adki111 wrote:I was hoping that after making payment that the customer would receive an email with a link to the registration page. Is this not how it works? Am I misunderstanding this? Also what would be acceptable is if once the customer pays they are redirected directly to the registration page. This could still pose as a problem if the user loses that page and has no email with the address to registration.
That's right, after checkout he should be sent a signup confirmation email with the registration link and returned to the registration page.
r0adki111 wrote:Ok, another update. I found the email with the link to registration page. It goes to the gmail spam folder. This is definitely not good haha. I clicked the registration link (the tinyurl one) and it says the link is expired. So even if they did find it, it does not work...
You'll need to find how to prevent this. You can ask your users to add your email address to their contact lists. If you're in a shared server, it is possible another user with the same IP managed to get it seen as a spam source, you should get your own IP and read on how to get your emails delivered to the users inboxes. You can also get whitelisted by the email service providers following certain procedures, if I remember correctly.
About the link, you can try using another URL shortening service with the new setting added in the latest release.
WP Admin -> s2Member -> General Options -> URL Shorteningr0adki111 wrote:Looking for a way to redirect customer to a specific page once done paying with paypal.
If you have s2Member Pro, you can use the success attribute.
WP Admin -> s2Member -> PayPal Buttons -> Shortcode Attributes -> successI hope this helps.