Assign Paysystem to Product Question

Discussion in 'Payments processing' started by jtoelle, Jul 7, 2008.

  1. jtoelle

    jtoelle New Member

    Joined:
    May 1, 2008
    Messages:
    17
    I have 2 signup forms
    1 form for a FREE Membership signup and 1 for a Paid signup. I use Clickbank and Paypal for my Paid membership.

    Is it possible to NOT show the "Payment System" on the FREE Membership page. I don't see why the payment method should be shown when the Membership type is "free".

    But I do need to show the Paypal and Clickbank options on the Paid signup form.

    Any suggestions?
  2. jimjwright

    jimjwright New Member

    Joined:
    Sep 12, 2007
    Messages:
    162
    Hello

    You can always call your signup form with hide_paysys=free parameter.
    If all your free products are grouped into the same price_group say a value of 1, and all of your pay products are grouped into a different price group say 2 then you call the free signup as follows:

    PHP:
      /amember/signup.php?price_group=1&hide_paysys=free
    This will only list your free products and hide the payment system from the signup form.

    Jimmy

Share This Page