Clone Buttons on Checkout Page
-
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?
The topic ‘Clone Buttons on Checkout Page’ is closed to new replies.