I have run into these issues before myself.
I am not entirely sure it’s possible to get adjust the billing address box directly unless you adjust the actual email template for the emails.
Specifically, if you have access to the file structure, look in the “/wp-content/plugins/woocommerce/templates/emails” folder of the WooCommerce Plugin. They are made to be modifiable in the sense that you should be able to use the wordpress theme structure to create a template by adding a new folder called woocommerce/emails and put the modified template in there.
There may be a way to do this within a plugin as well but thats a bit more advanced.
As far as making them editable check out this blog post: Mishas blog. Misha is awesome.
Also, here is a handy guide for the hooks in the emails I use that might be helpful.
Business Bloomer Email Hooks
Related Posts:
- Customise Grouped Product display in Woocommerce with custom column
- Using filters and actions for plugin API?
- Can I differentiate between “Delete Post Permanently” and “Empty Trash” and do something for each accordingly?
- Woocommerce – Hide a Column in Cart Table
- How do I change the initial quantity of a product in woocommerce?
- Order properties should not be accessed directly
- how to add custom functionality after woocommerce place order button
- How to use a hook to override an update_post_meta call in a plugin?
- Custom Taxonomy to dropdown box on adminside wordpress
- Strange issue saving custom field data for a WooCommerce order
- Woocommerce – Convert Delivery method into a custom field
- How can we display product price $104 on the cart while the credit card payment method is checked?
- Redirect to another page using contact form 7? [closed]
- Remove an action by extending class and replacing it
- WooCommerce change Tax Class programmatically when Recalculating an existing Order [closed]
- Hide one specific woocoomerce product
- How to replace settings in WordPress plugin from a theme
- Adding customs fields on each product on the cart
- Does hooking into a plugin action / filter override the plugin’s function for that hook?
- external Integration with wordpress timeout error
- how to retrieve post_id under woocommerce_add_to_cart_validation hook?
- How and when would I implement some code which would take data from one part of the Db and put it in another?
- woocommerce single product page hook not working
- Woocommerce: block user removing cart item
- Trigger a JavaScript function based on the data fetched from Woo commerce hook
- Can I log the searches that are returning 404 in the DB?
- Which hook should be used to add an action containing a redirect?
- Is there a way to set default custom fields when creating a post?
- Is there widely accepted phpDoc syntax for documenting which hook calls a function?
- What’s the earliest point I can get the queried object ID?
- How do I Make a Theme “plugin-ready”?
- WordPress scheduled task is called but not executed
- How to iterate through custom posts and add the title to an array
- How to modify post content before writing to database?
- WooCommerce: How to display item meta data in email confirmation using woocommerce_order_item_meta_end
- How to create Image gallery Metabox in wordpress [closed]
- How to use filter hook ‘post_updated_messages’ in coherence with action hook ‘save_post’
- anything like add_meta_box for categories?
- Plugin development, hooks, generate content
- Is it possible to create an action hook using do_action() within add_action()?
- Help with callback using do_action_ref_array
- template_redirect for single posts w/ custom fields
- set_sale_price in WooCommerce [closed]
- Best Practices for Creating and Handling Forms with Plugins?
- Is there a better way to implement responsive images than what WordPress uses by default?
- How to prevent action in ajax request, when in admin side?
- How to get orders with used coupon in WooCommerce
- Get the password key when using the wp_new_user_notification_email filter
- How to deal with equal & similar arguments for a function?
- Customizer: widget-synced triggers twice
- WordPress is automatically linking plain text email addresses
- Is Using WordPress Supplied WYSIWYG Advisable?
- get_posts() not working when accessing with a custom user role
- .mo translation strings not loading in PHP scripts that handle AJAX calls
- Trying to understand order and frequency of action hooks firing
- Create & Save multiple Meta-boxes
- Show disclaimer with accept button before redirecting to the payment gateway website
- Can’t get woocommerce_get_price_html to work [closed]
- Woocomerce custom billing address fields display in order details [closed]
- template_redirect or admin-ajax.php?
- Change WooCommerce Email Header using custom plugin
- Bug: Post needs to be updated twice when adding action for save_post hook
- Trying to get class to instantiate ONCE (or, “why do I keep punching myself in the head?”)
- Why enqueue styles on hook?
- How to save post meta as an array in Gutenberg?
- Duplicate shipping method logic to another shipping method [closed]
- how to save wp_editor html content in options table
- get_shipping_methods() return empty rate
- Redirect returning users to a certain page?
- How to determine which capability to use?
- Conditionally run function based on custom meta value?
- wp_schedule_single_event is set correctly but sometimes not fired
- Set the payment processor callbacks to a plugin
- Pass Values in URL on WooCommerce Product Page
- Woocommerce place order update shipping price
- Display custom field value in woocommerce variable product via jQurey
- How can Use custom input field in functions.php page?
- How to update global variables in plugin activation callback?
- Add two button to page and post admin to redirect to : add new & list of (posts – pages) just after saving post or page
- How do I add filter with woocommerce categories?
- Query Product categories what have a custom field
- Why does do_action pass a blank string as the first parameter if no $arg is set?
- Add a custom submenu under submenu in a Custom WordPress Plugin
- PHPUnit Testing and woocommerce Constant
- How do I remove an action hook inside a class that is called by another class?
- Woocommerce Single Product Tabs Got Duplicate
- Woocommerce product not appearing in category list page when created programatically [closed]
- add_meta_box does not display meta box in Admin
- replacing jquery google cdn with a new version dynamically
- Making adding info to an overlay bio easy for average user?
- Link to a admin submenu item using a custom link
- Dynamic banner for use on external sites
- How wordpress plugin hooks works? [duplicate]
- Developing Themes on WordPress, Looking for Excellent Tutorials [closed]
- How to Implement SAM Broadcaster with WordPress? [closed]
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- how to insert content into wp_head after loop_end
- Apply function on all action hooks?
- how do I find out if a placed order was deleted or trashed? [closed]
- Copy and Modified WooCommerce function is_coupon_valid [closed]