Title: move button to bottom
Last modified: August 22, 2016

---

# move button to bottom

 *  Resolved [Ray Flores](https://wordpress.org/support/users/rayflores88/)
 * (@rayflores88)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/move-button-to-bottom/)
 * I am trying to move the express button to “woocommerce_after_checkout_form”… 
   this is what I have tried in child-themes functions:
 *     ```
       function move_paypal_express_buttons() {
       $move_this = new AngellEYE_Gateway_Paypal();
       global $move_this;
       if(class_exists('AngellEYE_Gateway_Paypal')){
       remove_action( 'woocommerce_before_checkout_form', array( $move_this, 'checkout_message' ), 5 );
       add_action( 'woocommerce_after_checkout_form', array( 'AngellEYE_Gateway_Paypal', 'checkout_message' ), 5 );
       	}
       }
       add_action('plugins_loaded','move_paypal_express_buttons');
       ```
   
 * but it is not working correctly…
    can you throw me an assist with this please?
 * [https://wordpress.org/plugins/paypal-for-woocommerce/](https://wordpress.org/plugins/paypal-for-woocommerce/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/move-button-to-bottom/#post-5283557)
 * Actually, you may want to [take a look at this thread](http://wordpress.org/support/topic/paypal-button-on-checkout-in-wrong-place?replies=2).
   It sounds like you’re after the same thing.

Viewing 1 replies (of 1 total)

The topic ‘move button to bottom’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paypal-for-woocommerce_dce4f5.svg)
 * [PayPal for WooCommerce](https://wordpress.org/plugins/paypal-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paypal-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paypal-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/paypal-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paypal-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paypal-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelleye](https://wordpress.org/support/users/angelleye/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/move-button-to-bottom/#post-5283557)
 * Status: resolved