GP
Forum Replies Created
-
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] Does not remove vat on checkoutI just tried it with the Danish number you provided and the VAT disappears after entering a Danish address. The plugin needs the check if the address is indeed in the country the VAT number belongs to for two reasons:
- To combat fraud, the billing address should be in the same country as the VAT ID .
- When sending physical products, you have to send the goods to the country of the VAT ID to reverse charge correctly.
I do notice it takes a while until the recalculation takes place, your webhosting might be not powerful enough for Woocommerce.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] Does not remove vat on checkoutHi, I just entered my Belgian VAT ID and address on your checkout screen and VAT was removed. Keep in mind this will only happend with foreign VAT number, not with German ones (because you should charge VAT to business customers in Germany). Let me know the exact steps to reproduce the issue you have and I will take a look at it.
Best regards and thanks for giving my plugin a try!
- This reply was modified 1 week ago by GP.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] RecalculationJa, ik stuur een mailtje naar het adres dat op je website staat.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] RecalculationHi,
I checked your site and I see the normal validation doesn’t even run, for some reason. Would you like to get in touch with me and give me temporary access to your site so I can check what is going wrong? We are based in Belgium as well btw.
Gert
Thanks for the update, in that case I’ll wait for the update: I was playing around on a testing site anyway. Good to hear it will get fixed in the future so I can use Spectra in the header/footer as well.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsAt least I didn’t change anything, but glad it’s fixed.
Don’t hesitate to contact me again in the future if you run into any problems, although email (address mentioned in the plugin) might be faster.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsHi, I just tried it on my test setup:
- VAT not required and not on registration form
- Registered a new customer (No VAT number entered)
- Added item to cart
- Go to checkout
- Entered a valid VAT in the VAT field
- Placed order
I’m happy to take a closer look at your setup to see if there are any bugs I missed.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsHi! Thanks for reaching out. I will try to reproduce this on my own install and see how I can fix this.
I assume you have VAT number marked as required? Do you use the new block-based checkout or the classic one?
Having a VAT number in the account itself should not be mandatory, only supplying one on the checkout screen (which will then be saved)
- This reply was modified 3 months, 1 week ago by GP.
Thanks! But won’t this impact performance – albeit a small testing site – on bigger sites?
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] Feature requestsThis is already a feature. If you have VIES validation enabled you can’t save a VAT number in the My Account zone if it’s not valid according to VIES.
/plugins/eu-vat-for-woocommerce/includes/class-alg-wc-eu-vat-core.php line 466
echo get_option( 'alg_wc_eu_vat_advanced_vat_shifted_text', __( 'VAT SHIFTED', 'eu-vat-for-woocommerce' ) );So you can translate this string in the WPML String Translation tool, but not the English version afaik
Other options in this plugin are translatable. Eg if you go to the main options under the EU VAT Number tab in Woocommerce you see the first option for label for VAT number, there you can enter
[alg_wc_eu_vat_translate lang="EN" lang_text="VAT number" lang="FR" lang_text="Numéro TVA" not_lang_text="BTW Nummer"]in the text box for the label and it will translate the field accordingly. A bit of strange way of working but it works…
While translating I checked the source code of the plugin and it will also store this text as metadata on the invoice object. In case you use another plugin to generate the PDF.
Only drawback is that in our country we need a specific sentence and I need to translate the original English string as well in orde to comply with regulations here.
I was just checking this functionality and I have VAT SHIFTED on the invoice when I use the invoice plugin in combination with their UK/EU VAT number manager plugin which seems to do the right tricks
- This reply was modified 1 year, 7 months ago by GP.
Those categories already had images assigned to them. I’m using another plugin now from IKS that has this option available.
Thanks for your reply. I actually had a similar issue with another plugin. I then discovered the lazy loading of ‘Riode’ theme was causing some scripts to run before the DOM was properly populated, thus omitting the necessary event listeners. Disabling the Lazy Loading function was the solution!