force payment method based on product

Discussion in 'Payments processing' started by jamiefiedler, Jul 20, 2007.

  1. jamiefiedler

    jamiefiedler New Member

    Joined:
    Apr 20, 2007
    Messages:
    5
    we offer recurring monthly memberships via paypal, as well as yearly memberships with a one time payment.

    i'd like to require monthly billing (product 1) be processed with paypal_r, and yearly billing (product 2) be processed by paypal_pro or the amember pay by credit card option. the goal is to keep the user on the site when possible, and only send them off to paypal's site when required (for setting up recurring monthly billing).

    i currently have it set up where javascript disables and auto selects options in the signup template.

    example:

    customer clicks annual product radio button
    javascript auto selects payment option #1 (paypal_pro) and disables payment radio button #2. user can still choose payment method 1 or 3.

    customer clicks monthly product radio button
    javascript auto selects payment option #2 (paypal_r) and disables payment radio button #1 & #3. user must pay via payment method 2.

    is there a better approach to this?

    example page: http://www.campconnelly.com/amember/signup.php
    site is live, please do not enter dummy info or test data
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Have a look to aMember CP -> Setup -> Advanced -> Assign paysystem to a product.

Share This Page