• Resolved charlybd

    (@charlybd)


    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)
  • Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    Hey @charlybd, to do that you would need to do some custom coding for your theme in order to customize where the Payment Request buttons are loaded. That is outside the scope of the support that we offer here.

    If you are comfortable coding, I would recommend joining our developers support slack community:
    https://woocommercecommunity.slack.com/

    If you don’t already have an account, you can sign up at the bottom of the following page:https://woocommerce.com/develop-woocommerce/

    Otherwise, if you needed some to code this for you – I would recommend checking sites such as https://www.codeable.io

    I hope that info helps to get you pointed in the right direction.

Viewing 1 replies (of 1 total)
  • The topic ‘Move Apple pay button inside the checkout page’ is closed to new replies.