• Adding multiple Payment Methods seems to be bugged in Frontend Woocommerce Subscription > My Account > Payment Methods.

    I expected to be able to add multiple Payment Methods for the same Paypal Account from different Funds.

    However when I add the Payment Method nothing happens. Payment Methods only show Paypal / Email.

    Also the button which is used in the Payment Method seems incorrect. It shows the golden ‘Pay Now **** 1234’ buttons. While I think it should be a uniform button same as the Plugin when checking out.

    The uniform button I refer to is by using the following hook. That would be on place in adding an Payment Method with Paypal. Instead of the Woocommerce Subscription default ‘Add Payment Method’ button.

    // Enable "Place order" button for PayPal gateway
    add_filter('woocommerce_paypal_payments_use_place_order_button', '__return_true');

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter opicron

    (@opicron)

    As you mentioned in another topic. The filter will not be used anymore as its functionality is for specific use-cases. Still I do think that a golden pay now button, while I changed the button to blue in the admin, is incorrect.

    Users are not paying for anything in this use case. They are trying to add a payment method.

    The rest of the issue remains. Thanks for your swift support!

    • This reply was modified 7 months, 2 weeks ago by opicron.
    Thread Starter opicron

    (@opicron)

    Clearly this is not user friendly.

    • Different color Paypal button than defined in Admin.
    • Two buttons, which one do I use?
    • Pay Now text on button, I am trying to add a payment method, not pay.

    View post on imgur.com

    • This reply was modified 7 months, 1 week ago by opicron.
    • This reply was modified 7 months, 1 week ago by opicron.
    • This reply was modified 7 months, 1 week ago by opicron.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Payment Method bugged?’ is closed to new replies.