‘Use a new payment method’ showing instead of Apple Pay on Checkout page
-
Hey there,
Like a few others I’ve been experiencing problems since Stripe updated. I’ve been working through them using the most recent support queries on here, but I’ve come across something I’m not sure any one else has brought up yet.
I have Stripe and Apple Pay activated on my site with the following code in functions.php to hide the Apple Pay button on the product page, the code works fine.
add_filter( 'wc_stripe_hide_payment_request_on_product_page', '__return_true' );
Using my iPhone, I get to the Cart page and the Apple Pay button shows up there fine (though can’t seem to get it to change colour via the ‘Payment Request Button Theme’ option, just stays the same whatever I do).
Anyhow, moving on to Checkout, the Apple Pay button doesn’t appear and instead, below the ‘Pay with credit card via Stripe’ radio button, is a ‘Use A New Payment Method’ radio button with a child option of ‘Save To Account’.
I checked this out on desktop and this isn’t appearing, so I’m assuming this has something to do with Stripe or Apple Pay.
Any ideas? Many thanks in advance.
- The topic ‘‘Use a new payment method’ showing instead of Apple Pay on Checkout page’ is closed to new replies.