Hi, I'm currently using amember free version and would like to know if it's possible to disable the PayPal option IF the user has selected a $0 FREE subscription. For example, a new user may enter the signup page, choose a $0 free subscription and leave PayPal selected as the default payment system... clicking continue opens the Paypal screen waiting for the amount to be entered. Of course, the user can go BACK and edit, but by this point they have already been registered as a member and will need to create a new signup. I'm trying to make it as simple as possible for new users and make it so they can't make mistakes. I have checked the entire forum and couldn't find an answer to this, so I hope there is one. Thanks in advance. Robyn.
Not sure if this is possible but could be an easy solution. Edit the html for the signup page to tell the user signing up free to unselect the Paypal option...?
Thanks for your reply, I have already added messages to the signup form to hopefully prevent users using paypal for free subscriptions. However, I believe I could edit the code (perhaps the paypal plugin code) to simply perform an IF function before processing... i.e. IF cost=$0, print "Please select free signup" - or even have it redirect to the free signup thankyou page instead. Only problem I have is, I'm not sure which fields are used in detecting the payment amount and around what part of the script my IF/ENDIF function should go.