Title: Changing order form title
Last modified: August 22, 2016

---

# Changing order form title

 *  [markpevans](https://wordpress.org/support/users/markpevans/)
 * (@markpevans)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/changing-order-form-title/)
 * Hi,
 * I want to change the title on the order/checkout form from “Billing Details” 
   to Shipping Details”
 * Is this possible? Appreciate anyones help in advance.
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  [BladimirJavier](https://wordpress.org/support/users/bladimirjavier/)
 * (@bladimirjavier)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/changing-order-form-title/#post-5650020)
 * Hello
 * I think that you can use the next extension: [http://www.woothemes.com/products/woocommerce-checkout-field-editor](http://www.woothemes.com/products/woocommerce-checkout-field-editor)
   
   Also this tool gives you the possibility to change more.
 * Greetings.
 *  [wooassist](https://wordpress.org/support/users/wooassist/)
 * (@wooassist)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/changing-order-form-title/#post-5650056)
 * Another way is to copy the template to your theme and edit it there
 * from:
 *     ```
       \woocommerce\templates\checkout\form-billing.php
       ```
   
 * to:
 *     ```
       \yourtheme\woocommerce\checkout\form-billing.php
       ```
   
 * and then in the copy of that file in your theme, just find and edit the text 
   in this code
 *     ```
       <?php if ( WC()->cart->ship_to_billing_address_only() && WC()->cart->needs_shipping() ) : ?>
   
       	<h3><?php _e( 'Billing & Shipping', 'woocommerce' ); ?></h3>
   
       <?php else : ?>
   
       	<h3><?php _e( 'Billing Details', 'woocommerce' ); ?></h3>
   
       <?php endif; ?>
       ```
   
 * Hope this helps!

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

The topic ‘Changing order form title’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [wooassist](https://wordpress.org/support/users/wooassist/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/changing-order-form-title/#post-5650056)
 * Status: not resolved