• Resolved orderbot

    (@orderbot)


    Hello,

    Your plugin is great. It’s add VAT number on invoice perfectly.

    According our local law, we also need to add company registration number together with VAT number on invoice.

    Maybe anyone could advise, how to add company registration numbers together with VAT number?

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Plugin Author Diego

    (@daigo75)

    If you already have a field on the checkout page, where the customer can enter the company registration number, then you can append such information to the billing details, like the EU VAT Assistant does with the VAT number. You can see how our plugin does it in file plugin-main.php. As you will see, it hooks into the following filters:

    • woocommerce_order_formatted_billing_address
    • woocommerce_formatted_address_replacements
    • woocommerce_localisation_address_formats

    If you don’t have the company registration number on the checkout page, you can add it by following the instructions on this page: Customizing checkout fields using actions and filters.

    Should you need assistance implementing the above, please feel free to contact us. We can schedule a consultation and prepare an estimate to implement your customisation.

Viewing 1 replies (of 1 total)
  • The topic ‘Company registration number’ is closed to new replies.