The problem I’m currently facing with is that I don’t know how to display EU VAT Number in email customizer. I’ve bought “EU Vat number” plugin for woocommerce, but now I don’t know what is the meta key, to show the VAT number in emails.
Vat Number is shown in the “Woocommerce -> Orders”, but it’s not shown in the email that is send to the customer and our client.
It used to be: [woo_mb_order_meta-_vat_number]. Can someone help me out?
Best regards!
]]>Exept for the EU VAT number. We tried with the shortcode for the EU VAT number, on multiple ways, but still we can’t get the EU VAT number of the client on the invoice. Is there something we are missing why it won’t appear on the invoice?
]]>is there a possibility to insert a custom checkout field for the eu vat number so that the number gets validated and the customer can only place the order if he uses a correct vat number. We already tried that with a plugin but the problem is that we need a conditional field so the field should only appear if there are some specific products in the cart.
It would be great if someone could help us fix that issue.
Many thanks,
Christian
It would be great if anyone could help us how we can do that.
Many thanks,
Christian
I bought the pro version last week, but notice that the EU VaT module blocks the add the cart option in woocommerce when I use WPML, one language works, in the original language, the cart looks filled with products, but as soon as you visit the cart, the cart is made empty. When I disable the EU VAT module, woocommerce cart function works normal again.
Can you help me?
Thanks!
]]>If I use the option with the EU VAT number check where I can Preserve VAT in Base Country. And I use a lowercase letters it will not see it as my home country.
Now have I found a way to make it uppercase but I do not know how to chance it in the code.
My way around this is by adding the following tekst to the formfield: onkeyup=”javascript:this.value=this.value.touppercase()”.
This will only work for my self as I’m testing this in f12 on chrome. Can you please help me add this code on the right spot so I can checkout with the VAT in my home country even if the customer does not type the countrycode with uppercase letters.
Greetings,
Hugo
]]>When creating an order via the admin order-edit page manually, the plugin doesn’t fill in the meta value of the EU VAT Number Field. As a result, everytime i create an order manually i have to fill out this field again, because otherwise the VAT-number would not be shown on my invoice.
I localized the following code on my class-wcj-eu-vat-number.php starting on line 309, but unfortunately (after wasting about 4 hours..) i wasn’t able to correct this bug…
/**
* add_billing_eu_vat_number_field_to_admin_order_display.
*/
function add_billing_eu_vat_number_field_to_admin_order_display( $fields ) {
$fields[ $this->id ] = array(
'type' => 'text',
'label' => get_option( 'wcj_eu_vat_number_field_label' ),
'show' => true,
);
return $fields;
}
Would you please help me with a small code-snippet for my functions.php to insert the eu vat number value automatically when selecting a customer on my order edit page? (i think this is – in general – a plugin-bug which should be considered by your next update )
Thank you very much!
Best regards,
Jay
I want to use this VAT-plug-in in this way:
1. User goes to checkout.
2. Checkout is giving VAT on price.
3. User fills in the Company name – nothing happens.
4. User checks a checkbox asking ‘I have a VAT number’ – checked = no VAT in price.
5. EU VAT number is optional and even invalid numbers are OK, but need to be saved.
Is there a way to use this? Please help me out!
Kind regards,
Sam