Move Apple pay button inside the checkout page
-
Hello,
I want to display the Apple pay button only on the checkout page, this is working fine with this :
add_filter( 'wc_stripe_show_payment_request_on_checkout', '__return_true' );
Now what I want is decide where to include this button because now it’s loaded before the customer details checkout form.
How can I achieve this ?
Many thanks in advance for your help!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Move Apple pay button inside the checkout page’ is closed to new replies.