latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Stephen Liptrott

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 4 replies - 1 through 4 (of 4 total)
Author Replies
Author Replies
Posted: Saturday Dec 28th, 2013 at 6:07 am #62196

Hi,

I had the same problem after upgrade. Tracked it down to some java script not being loaded in the footer section. Looks like s2member dosn’t insert its code if it dosn’t think that its needed. My solution, no guarantees, was to make s2member think that it needs to load the javascript in the footer.

I created a shortcode and put it in the html as below and added the code to my plugin

HTML shortcode

[s2Member-Pro-PayPal-Form-Dummy] 

Plugin code

function s2Member_pro_payPal_form_dummy_handler()
{

}
add_shortcode('s2Member-Pro-PayPal-Form-Dummy', 's2Member_pro_payPal_form_dummy_handler');
Posted: Monday Jul 15th, 2013 at 7:19 am #53460

Hi,
Gave it a try and didn’t seem to do what I wanted it to do as the dates “level” and “level0” where the same.

In this particular case I have made the user signup to a recurring subscription, taking the credit card details etc, but with a 30 day trial before any payment. The user can then cancel within the 30 days for no charge. So I did a test signup this morning and got, both dates the same, even though no payment has yet been taken. (using paypal)

a:2:{s:5:"level";i:1373883640;s:6:"level1";i:1373883640;}

any suggestions, currently thinking of hooking the incoming recurring payment notification and setting a flag to say a payment has been made. (If flag not set then still in trial period)

Posted: Monday May 20th, 2013 at 8:23 am #50219

The success attribute only works for new users, (this seems to be the case during testing)

Your Success Return URL is only applied to (new) Customers.

I have an existing user, who is logged in and we do a buy now, we end up at the auto-return page which I want to skip and take him straight to his purchase.

Posted: Thursday May 9th, 2013 at 9:06 am #49582

Hi Bruce,

I think I have managed to sort it by switching to
Allow Profile Edits:: Yes (Editable after registration/invisible during registration)

Broke something else which was working, but patched it up with a bit of css and jquery.

thanks
Steve

Viewing 4 replies - 1 through 4 (of 4 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.