• Resolved mlawson

    (@mlawson)


    I’m going around in circles and hoping someone can help.

    I know how to move the PayPal and Pay Later buttons with:

    add_action('woocommerce_paypal_payments_checkout_button_renderer_hook', function() {
    return 'woocommerce_checkout_before_customer_details';
    });

    This MOVES the buttons to the top of the checkout screen, before the billing details.

    If the customer continues down the page (particularly on mobile) then they’ll not see the PayPal and Pay Later buttons in their normal place (because I’ve moved them).

    Question: Is there a way to keep the buttons in the original place AND at the top of the checkout?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @mlawson

    Thank you for reaching out to us, we are here to help.

    Short answer to your question: it’s not possible with PayPal Payments at this time to have an “express button” on the Checkout page.Β Here is a similar request (that wasn’t yet fully resolved). But the main point is that what you are looking for is not possible with our current plugin.

    This feature request, which is essential for enabling this functionality for you, was previously discussed with PayPal. However, we currently do not have any intentions of incorporating an express button into the short code checkout. On the other hand, the Block Checkout already includes an express button, and we are planning to introduce a standard gateway with PayPal buttons for it in the near future.

    Please review the older request and see if this still leaves you with any more questions.

    Kind regards,
    Joost

    Thread Starter mlawson

    (@mlawson)

    Thanks for the response Joost!

    I can move it to the correct position (where I want it) and it sits under Apple Pay (from Stripe plugin). But I want to duplicate it and move it.

    Sounds like that’s not possible though.

    • This reply was modified 2 years, 3 months ago by mlawson.
    Plugin Support Syde Joost

    (@joostvandevijver)

    No sorry, I got a clear answer from the team, no possible with the current release. The blocks development do give hope for the future.

    I will mark this thread as resolved. Don’t hesitate to open a new thread if you have another question or want a status update.

    Kind regards,
    Joost

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Clone Buttons on Checkout Page’ is closed to new replies.