Top WooCommerce & WordPress Plugins › Forums › EU/UK VAT Manager for WooCommerce › VAT number not showing in Admin New order email
- Support forum for the EU/UK VAT Manager for WooCommerce.
- This topic has 2 replies, 3 voices, and was last updated 5 months, 3 weeks ago by
Omar.
- AuthorPosts
- April 3, 2023 at 1:03 pm #112548
web.massimo.giammarco
ParticipantHi,
it works all fine but when I receive a new order, VAT number dosen’t appear in the New Order email. Is it possible do anything to add VAT number in new order email?
ThanksMassimo
April 7, 2023 at 4:22 am #112787Hi Massimo,
Thank you for reaching out to us regarding the EU/UK VAT Manager for WooCommerce. We regret to inform you that it is not possible to add the VAT number in the New Order email with the current version of the plugin.
However, we have passed your request to our development team, and they will evaluate the feasibility of adding this feature in future updates. We will notify you as soon as possible if there are any updates regarding this issue.
Thank you for your patience and understanding.
Kind regards,
MoshtafizurApril 8, 2023 at 9:31 pm #112874Hello Massimo,
Omar is here from plugin support.
Depending on your theme (or if you’re using a plugin to control templates), you need to alter the admin-new-order template file.
The original file is located on:
woocommerce/templates/emails/admin-new-order.php
You need to add this part to it:
echo get_post_meta( $order->get_id(), ‘_billing_eu_vat_number’ , true );
If that’s controlled by your theme, you will need to add that line to:
your-theme/woocommerce/emails/admin-new-order.php.
Please let us know if you need further help, we will be happy to set this up for you, just send us FTP access to [email protected] and we’ll take care of that.
Omar
- AuthorPosts
- You must be logged in to reply to this topic.