• Resolved abusa5

    (@abusa5)


    Thanks for the wonderful addition
    I have already rated it 5 stars

    I have a request

    looking to relocate the Apple Pay button to cluster with other payment methods in checkout page, instead of its usual spot at the top of the page.

    sincerest appreciation

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @abusa5,

    Greetings from Webtoffee!

    Thank you for bringing this to our attention. Our team is happy to help explore the possibility of moving the Apple Pay / Google Pay button to the bottom using a filter.

    We already have a premium plugin that allows the button to be moved to the top or bottom. We will do our best to find a way to meet your needs.

    Thread Starter abusa5

    (@abusa5)

    I look forward to it.


    Greetings to you

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @abusa5,

    We have developed a hook to alter the position of the GPay and Apple Pay buttons and alter the priority of the GPay and Apple Pay separator to make it above or below the button. This has been added to our plugin. However, this update has not been released yet. You can copy the filters below and safely keep them. While we release the next update, take the update and add the filter to your site’s active child themes functions.php.

    add_filter('wt_stripe_gpay_checkout_position', 'customize_stripe_gpay_checkout_position');
    add_filter('wt_stripe_gpay_checkout_priority', 'wt_stripe_gpay_checkout_priority');
    
    function customize_stripe_gpay_checkout_position($default_position) {
    	
        return "woocommerce_after_checkout_form";
    }
    
    function wt_stripe_gpay_checkout_priority(){
    	return 9;
    }

    If it is very urgent for you to implement the solution, then contact us through this link.

    Thread Starter abusa5

    (@abusa5)

    Thanks for following .

    I added the code and did not find any changes
    Perhaps my meaning was not clear to you, so that my meaning is clear, I attached the picture. I meant for them to be lined up within the payment options on the checkout page here in this area.

    https://www.themelocation.com/wp-content/uploads/2014/12/wocommerce.jpg

    regards

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @abusa5,

    As we stated, you cannot use this filter in your current plugin. Either wait for the official release or contact us through this link.

    Thread Starter abusa5

    (@abusa5)

    Hello

    I have submitted my request through the form.

    I am looking forward to receiving the copy with the mentioned customization. This will allow me to experience it, and provide my feedback and suggestions if any, about the feature, before it is officially launched.

    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move apple + Gpay Buttons to payment method table’ is closed to new replies.