• Resolved Thomas

    (@goldenshawarma)


    Hi Diana,

    Is there a way for me to change the Checkout Header for Billing Section?

    Billing and Shipping are the same for my checkout scenario. But I want to rename the header to Billing & Shipping to something like Contact Information. Is this doable?

    My Checkout Page | See Screenshot

    Screenshot

    Thank you in advance for your assistance on this matter.

    • This topic was modified 3 years, 8 months ago by Thomas.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hi Thomas,

    you can do that by overriding the templates/checkout/form-billing.php WooCommerce template in your child theme and change there the “Billing & Shipping” <h3> element. See this article about how to override a WooCommerce template.

    Thread Starter Thomas

    (@goldenshawarma)

    Thanks Diana,

    I did the steps as instructed.

    Screenshot

    I copied the template or form-billing.php to my child theme.

    Keeping note of this

    Edit files in an upgrade-safe way using overrides. Copy the template into a directory within your theme named /woocommerce keeping the same file structure but removing the /templates/ subdirectory.

    Screenshot

    Then, changed the text under h3 tag to something like below

    Screenshot

    Cleared the cache, but I still see Billing & Shipping.

    • This reply was modified 3 years, 8 months ago by Thomas.
    Plugin Author SilkyPress

    (@diana_burduja)

    From your screenshots it’s not clear if you’ve copied the file into the theme’s woocommerce/checkout folder or in the theme’s parent folder.

    The /wp-content/plugins/woocommerce/templates/checkout/form-billing.php file needs to be copied to the /wp-content/themes/your-theme/woocommerce/checkout/ folder.

    Thread Starter Thomas

    (@goldenshawarma)

    Hi @diana_burduja

    I copied it to the WooCommerce folder in the child theme directory – which was named astra-child since I am using Astra theme. (I am thinking it loud if I should put it on parent theme or child theme while I type this.)

    See screenshot below. I created a woocommerce folder and then copied the form-billing.php there.

    Screenshot

    Screenshot – of child theme directory

    Cheers!

    • This reply was modified 3 years, 8 months ago by Thomas.
    Plugin Author SilkyPress

    (@diana_burduja)

    In the astra-child folder you’ve created a woocommerce folder. Then inside the woocommerce folder you need to create a checkout folder. Then in this checkout folder the form-billing.php file needs to be copied.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Billing & Shipping Field Name or Header Name’ is closed to new replies.