Title: Checkout heading
Last modified: July 7, 2025

---

# Checkout heading

 *  Resolved [VR Webs](https://wordpress.org/support/users/net4earning/)
 * (@net4earning)
 * [10 months ago](https://wordpress.org/support/topic/checkout-heading/)
 * Hi
 * first of all thanks for this plugin.
 * i’m trying to change the heading from “Billing and shipping address” to “Billing
   Address”, since i’m not using the shipping using your plugin.
 * i trid using the “gettext” filter 
   add_filter( ‘gettext’, ‘billing_field_strings’,
   10, 9 );but its not working with this plugin, when i deactivate the plugin, it
   worksplz guide me on this issue.thanks

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

 *  Plugin Support [jmatiasmastro](https://wordpress.org/support/users/jmatiasmastro/)
 * (@jmatiasmastro)
 * [10 months ago](https://wordpress.org/support/topic/checkout-heading/#post-18545268)
 * [@net4earning](https://wordpress.org/support/users/net4earning/) Hi mate, you’re
   welcome!
   Please share some screenshots to describe your issue.
 * You can use this tool to copy/paste your screenshots here easily: [https://snipboard.io](https://snipboard.io/)
 * Best regards, Quadlayers Support Team.
 *  Thread Starter [VR Webs](https://wordpress.org/support/users/net4earning/)
 * (@net4earning)
 * [10 months ago](https://wordpress.org/support/topic/checkout-heading/#post-18545391)
 * Thanks for quick reply
 * plz chk the screen shot [https://snipboard.io/LqGSve.jpg](https://snipboard.io/LqGSve.jpg)
   
   function used
 * function wc_billing_heading_strings( $translated_text, $text, $domain ) {
   switch(
   $translated_text ) {case ‘Billing and shipping address’ :$translated_text = **(‘
   Customer Information’, ‘woocommerce’ ); break; case ‘Billing detail’ : $translated_text
   = **( ‘Customer Details’, ‘woocommerce’ );break;}return $translated_text;}add_filter(‘
   gettext’, ‘wc_billing_heading_strings’, 10, 3 );
 *  Plugin Support [jmatiasmastro](https://wordpress.org/support/users/jmatiasmastro/)
 * (@jmatiasmastro)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/checkout-heading/#post-18550012)
 * [@net4earning](https://wordpress.org/support/users/net4earning/)
 * Thanks for sharing the details and the screenshot.
 * Our plugin does not modify or override the “Billing and shipping address” text,
   so no additional function or code should be needed to change it.
 * The issue you’re experiencing with the `gettext` filter not working when our 
   plugin is active may be caused by a conflict or how the plugin interacts with
   WooCommerce or your theme.
 * Please try the following: deactivate other plugins except WooCommerce and ours,
   switch to a default theme like Twenty Twenty-Three, and test again if the filter
   works.
 * If the problem persists, send us access to your site so we can investigate further.
   
   Best regards, Quadlayers Support Team.

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

The topic ‘Checkout heading’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-direct-checkout/assets/icon-256x256.jpg?rev=
   2911705)
 * [Direct Checkout for WooCommerce](https://wordpress.org/plugins/woocommerce-direct-checkout/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-direct-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-direct-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-direct-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-direct-checkout/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jmatiasmastro](https://wordpress.org/support/users/jmatiasmastro/)
 * Last activity: [9 months, 4 weeks ago](https://wordpress.org/support/topic/checkout-heading/#post-18550012)
 * Status: resolved