• Resolved darwinbar

    (@darwinbar)


    Dear, can you tell me how I can put the native woocommerce field “billing_address_2” in the invoices and delivery notes generated by your plugin?

    I don’t see this field mentioned in the plugin configuration.

    Thank you,
    Cheers.-

Viewing 1 replies (of 1 total)
  • Plugin Contributor Yordan Soares

    (@yordansoares)

    Hi @darwinbar,

    We use the formatted billing address provided by WooCommerce, that displays the complete billing address, including the address 2, by default for most countries (except Vietnam).

    Anyway, if you want get the billing address 2, you can do it this way:

    $order->get_billing_address_2();

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Include billing_address_2 on invoices and packing slips.’ is closed to new replies.