Lifetime Subscription - How To Eliminate Payment System

Discussion in 'Payments processing' started by frankjohnson, Sep 1, 2009.

  1. frankjohnson

    frankjohnson New Member

    Joined:
    Feb 7, 2009
    Messages:
    8
    I have a product that most people will be charged a monthly fee to access. But there are some (contributors, beta testers, etc.) who I want to be able to have a free, lifetime subscription.

    I've set up the free lifetime subscription as a different product. I've attached a screenshot of the setup.

    Everything works fine in terms of mechanics - the user is not sent to the actual payment system page to complete payment. But the signup form still displays the Payment System options (PayPal and, for the moment, CCDemo).

    How can I set up the system so those Payment System options do not appear on the signup page?

    Thanks in advance for any help anyone can offer - I really appreciate it.

    Frank Johnson
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    couple of ways
    1) tell amember to assign paysystem to the product and assign free to that product.
    2) create a custom signup page and hardcode the free system.
    <input type="hidden" name="paysys_id" value="free">

    This is how i use amember as a "squeeze page".


    David
  3. frankjohnson

    frankjohnson New Member

    Joined:
    Feb 7, 2009
    Messages:
    8
    Thanks for your reply David.

    If I wanted to use your first option, how would I do that? I've specified a price of 0.00 on the Edit Product/Subscription screen for the product, but I'm not sure how to "tell amember to assign paysystem to the product."

    Thanks for your help.

    Frank
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    amember setup / advanced / Assign paysystem to product

    Then set the system in the product setting.

    David

Share This Page