Membership Type and Payment System Error

Discussion in 'Troubleshooting' started by 90revolutions, Dec 24, 2011.

  1. 90revolutions

    90revolutions New Member

    Joined:
    Jun 28, 2010
    Messages:
    1
    I recently started having errors on my Signup.php page. The CSS was customized but the functional coding has not been altered. The error occurs only on the Signup.php file. When a customer signs up for a product, then clicks continue, the membership type and the payment system is not detected. This functionality works fine when a customer adds/renews subscriptions on the Member.php file. I'm currently using Paypal as the plugin. The link to the product sign up is follows: http://90revolutions.com/amember/signup.php?price_group=-6 Please file upload for the errors.

    Thank you in advance,
    Steve

    Screen Shot 2011-12-24 at 8.35.06 AM.png
  2. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Looking at the source code on your page you seem to have commented out the membership type which, in the way you have set up your form, using a 'hidden input'. aMember needs to know the membership type to work so I would suggest you start by uncommenting (remove the '<!--' and the '-->') the following line of code and try result.

    <!--<input type="hidden " id="product2" name="product_id" value="2" />-->

Share This Page