• Resolved 00lessio

    (@00lessio)


    I added custom fields in the woocommerce checkout form, these work correctly both in the order administration page and in the emails. my problem is that i can’t place the value inside the billing address box in the emails and in the orders page in my account. Are there hooks to place those fields in the billing address section or how can I do it?Here is all?my code

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @00lessio

    To place those fields in the billing address section, you can use woocommerce_order_formatted_billing_address filter hook. This hook allows you to add or alter data in the billing address.

    And to display these custom fields in the order emails, you can use the woocommerce_email_order_meta_keys filter hook.

    Please note that custom coding is not something we can assist with directly. However, if it doesn’t work or you have any further questions on development or custom coding, don’t hesitate to reach out to some of our great resources available for support. Our WooCommerce community is brimming with skilled open-source developers who are active on the following channels:

    If you have further questions or need more assistance, feel free to ask.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘show the value of the custom fields in the billing address section’ is closed to new replies.