Version 3 Payment Screen

Discussion in 'Installation' started by wwint, Dec 13, 2011.

  1. wwint

    wwint New Member

    Joined:
    Oct 6, 2011
    Messages:
    2
    I've chosen PayPal Pro and have deselected all other options in the Payment configuration area.

    However, when I go to the payment page, there are two options available. One is the PayPal option, and the other one is a Credit Card option. I see in the PayPal configuration where it shows two payment system titles, however, deleting this information doesn't save, and when I click on it, it stays on the AMember installation I have instead of going to PayPal.

    Summary: The second option is not valid, and I can't figure out how to turn it off.

    Attached Files:

  2. wwint

    wwint New Member

    Joined:
    Oct 6, 2011
    Messages:
    2
    Here's the backend of the PayPal configuration. That second option is coming from that second set of title and description fields. Blanking them out doesn't do anything, except put that same text back.

    I don't understand how to get rid of this.

    Attached Files:

  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Both options are handled by paypal_pro plugin.
    First is ExpressCheckout, second - DirectPayments.
    if you don't need Directpayments support, edit /amember/plugins/payment/paypal_pro/paypal_pro.inc.php and change this:
    cc_core_init('paypal_pro_cc');

    to
    // cc_core_init('paypal_pro_cc');
    and the bottom of the file.

Share This Page