Add Payment Method bugged?
-
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');
- The topic ‘Add Payment Method bugged?’ is closed to new replies.