Title: move Your order using hooks
Last modified: January 24, 2021

---

# move Your order using hooks

 *  Resolved [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/)
 * On the “Checkout” page, I am trying to move “Your order” to the top of the page
   using hooks.
 * This works
 *     ```
       remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
       add_action( 'woocommerce_before_checkout_form', 'woocommerce_order_review', 20 );
       ```
   
 * But the title “Your order” remains at the bottom of the page, above the payment
   methods. It doesn’t move to the top.
 * How can I fix this?

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

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/#post-13949264)
 * There isn’t a hook for that, so you’ll need to make a custom template.
 * Copy
    wp-content/plugins/woocommerce/templates/checkout/form-checkout.php to 
   wp-content/themes/your-child-theme/woocommerce/checkout/form-checkout.php and
   edit the copy.
 * If your parent theme already has a custom copy, start with that.
 *  Thread Starter [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/#post-13949267)
 * You mean there is no hook specifically for the title? Sounds strange to have 
   a hook to move “Your order” but not it’s title.
    -  This reply was modified 5 years, 6 months ago by [aristosv](https://wordpress.org/support/users/aristosv/).
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/#post-13949276)
 * I agree but have a look at form-checkout.php. Lots of hooks but not for the title.
   Its the only element that doesn’t.
 *  Thread Starter [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/#post-13951677)
 * Thank you.

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

The topic ‘move Your order using hooks’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [aristosv](https://wordpress.org/support/users/aristosv/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/move-your-order-using-hooks/#post-13951677)
 * Status: resolved