Page 1 of 1

Paypal Pro-Forms

PostPosted: June 22nd, 2011, 3:26 pm
by jumptwist
Hello,
I was using S2Member and upgraded to S2Member Pro to get the Seamless integration with PayPal but my site is still going to PayPal's website.

I'm using WP 3.1.3 with the latest version of S2member downloaded yesterday.
I entered all the PayPal account Details (API username, Password and Signature) for my Sandbox account for testing purpose.

What am I missing?

Thanks

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 3:55 pm
by BobTabor
Are you using the shortcode to display the payment form in a page on your site? Should look something like this:

Code: Select all
[s2Member-Pro-PayPal-Form level="4" ccaps="" desc="$159.95 USD + tax / One Time ( for lifetime access, non-recurring)" ps="paypal" cc="USD" ns="1" custom="members.learnvisualstudio.net" ta="0" tp="0" tt="D" ra="159.95" rp="1" rt="L" rr="BN" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="1" default_country_code="" captcha="0" /]


What are you seeing / not seeing that you would expect? Describe the sequence of events from the point where someone chooses a subscription level to the point that they are redirected to PayPal. That will help us all diagnose the problem.

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 4:09 pm
by jumptwist
Hi Bob,

Yes, I copied the code generated by S2member Pro and pasted in to the page. The funny thing is that If I click on the Submit Button it will go to PayPal even if don't fill out the form.

There must be a problem with the form, because it's not validating anything, it just links to PayPal.

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 4:13 pm
by BobTabor
Hi, could you do two things in hopes we can get this resolved for you?

(1) Paste in your version of the short code ... I've shown you mine, now let's see yours :P

(2) Do you have any custom javascript or other plugins that are doing javascript-y things? Could you temporarily disable them just to see how that might affect things?

Also, do you have a live link to look at?

One thing to quickly check ... in your short code ... do you have this? accept="paypal,visa,mastercard,amex,discover,maestro,solo"

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 4:19 pm
by jumptwist
This is the shortcode:

Code: Select all
[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="$10.00 USD / One Time ( for lifetime access, non-recurring, no trial )" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="dev-jumptwist-qa.crumpeta.com" ta="0" tp="0" tt="D" ra="10.00" rp="1" rt="L" rr="BN" rrt="" rra="2" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" /]


I have some javacript running like JJ Nextgen slider, wp-e-commerce etc...

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 7:27 pm
by Cristián Lávaque
Yes, it sounds like a JavaScript problem if the form isn't validating fields. Could you watch this video and see if that helps you find the problem? http://www.s2member.com/options-page-di ... ing-video/

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 8:04 pm
by jumptwist
Hi Cristian,
thanks for the video. I followed the steps to check for javascript errors with Firefox and I have no errors. It's funny that I had S2member and it was working fine with Paypal standard and when I installed S2member Pro and the latest version of S2member framework I got this problem. Should I try reinstalling the whole thing again?

Re: Paypal Pro-Forms

PostPosted: June 22nd, 2011, 11:55 pm
by Cristián Lávaque
Yes, that's not a bad idea when a problem comes up right after upgrading. Here's a guide to help with that viewtopic.php?f=36&t=247

You can also try generating the shortcode again and see if that helps.