Page 1 of 1

Authorize.net field questions

PostPosted: May 24th, 2011, 2:23 pm
by SamGridley
Hi! Thanks for the great plugin. We're running 3.5.8 with 1.5.8 Pro module and we have memberships available on our site.

Our members can be Retail or Wholesale level and they pay a monthly fee for each level. Our memberships work fine with Paypal buttons, but I just added the authorize.net shortcode and ran into a couple challenges.

1. When someone who is already logged into our WordPress site goes to the authorize.net form, should S2 detect that they already have a valid WP account? We're thinking it would be confusing if people were already logged in then they were asked to create a new profile. We might end up with a lot of double logins. Any ideas?

2. There are so many fields in the authorize.net form that when we add two shortcodes to one page (one for Retail and one Wholesale) then the page is very long. Is there code to collapse these so they only show when someone selects the corrsponding membership? Or do I need to create a separate "checkout" page for each membership? Here's our pre-production page: http://173.254.8.212/membership-options

Thanks in advance!
Sam

Re: Authorize.net field questions

PostPosted: May 24th, 2011, 2:30 pm
by Cristián Lávaque
Hi Sam. :)

1. If the user is logged in, the form will pre-populate with his profile data (not the card part), and a new account won't be created in your blog.

2. I think it may be best to show them only the form they need, either have them in separate pages and get the person to the one he wants only, or if the person is logged in you could use s2Member conditionals to know which one to show. WP Admin -> s2Member -> API / Scripting -> Using Simple Conditionals

Re: Authorize.net field questions

PostPosted: May 24th, 2011, 4:17 pm
by SamGridley
Thanks Cristián, we'll give it a try!

Re: Authorize.net field questions

PostPosted: May 24th, 2011, 8:19 pm
by Cristián Lávaque
Cool. :)

Re: Authorize.net field questions

PostPosted: January 13th, 2012, 7:34 pm
by peeld
Just searched the forums for this same solution, expanding and collapsing the Pro forms, and I found a plugin on the WP site called jquery collapse-o-matic, seems to work, and a nice solution :)

Re: Authorize.net field questions

PostPosted: January 16th, 2012, 9:53 pm
by peeld
Well, I take it back, it doesn't play nice with the Paypal Pro forms, keeps them from expanding and collapsing properly. Still, I'm hopeful that a solution can be found.