Hergé
Forum Replies Created
-
Hi Tomek,
Thanks, and sorry for my question of inattention, I received an email about this new authentification from 5 june… But I don’t take care about the year.. 2023 ?? not 2024Forum: Plugins
In reply to: [WooCommerce] VAT equal to zero, not displayedThanks also, after 7 years of B2B sales in Europe, first customer ask this “VAT = 0” on its invoice!
Hello,
I’m not the developer, but do you have a DeepL API Pro account?
Maybe it is the issue.Now it works !
Amazing support, thanks @malaiac for your patienceHello all!
I just updated everything, WP and all plugins including :
WP 5.7
Advanced Editor Tools (previously TinyMCE Advanced) 5.6
Classic Editor 1.6
DeepL 1.5.5
4*WPML 2.6.3 + 4.4.9 + 3.1.7 + 2.10.5
it still doesn’t work. It seems CR and LF are removed after translation.
Do you have also these plugins or DIVI theme? Which can maybe affect the result.
I saw a video from @malaiac, it works on his side.
@malaiac can you install Advanced Editor Tools 5.6 and Classic Editor 1.6 plugins on your side and try again?
ThanksHi @malaiac I sent by email the samples.
And here is, for the information of other contributors, the screenshot of my email: https://pasteboard.co/JSh58FI.png
ThanksHello @malaiac? How are you? Let me know if I can help you. There is still a problem here ??
I use “Classic Editor” and “TinyMCE Advanced” plugins.
Thanks!Hello ??
It’s also still not working here !
@malaiac if you need anything for solving it, let me know.
Thanks!Thanks Malaiac!
Done!
RémiAlmost great! ??
https://pasteboard.co/JLKwrMR.png
In the editor, all “Enter” key are after translation removed (CR and LF ?)
After text or imagesAlso the code are removed (When your “Enter” empty lines at the end of the page for example
Let me know if you wish more details
Thanks
RémiWell done!
Solved quickly
Thank you very much!
You are the King!Hello,
I’ve also something similar
Before, with the old version (2019), no issue.
https://pasteboard.co/JLAONLE.png
Thanks
Rémi@afoc
Thanks afoc..
I use this snippet for some months now, but I saw some days ago that the amount of the VAT on the shipping cost is calculate on the previous value.
Any idea why?
Thanks
Example:
Total = 119
UPS = 9.88 (the minimum value)
Tax (20%) = 25.57 – I must have 25.78
Total = 154.45 – I must have 154.66add_filter( 'woocommerce_package_rates', function( $shipping_costs, $package ) { // Bellow minimum cost: $shipping_min_cost = 9.88; foreach( $shipping_costs as $shipping_cost ) { $shipping_method_id = $shipping_cost->get_id(); $cost = (float) $shipping_cost->get_cost(); // 2 lines bellow added by Remi: $cost = $cost*1.11; $shipping_cost->set_cost($cost); if( $cost < $shipping_min_cost ) { $shipping_cost->set_cost($shipping_min_cost); } } return $shipping_costs; }, 1, 2);
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] SOAP client + wsdl error + HTTP ERRORWell done Diego !
Thanks a lot !
Great support !
It works !
Have a good day !
Rémi !
!!! ?? !!!Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] SOAP client + wsdl error + HTTP ERRORand I saw this message on the plugin backend page (about my VAT number which is correct):
Invalid requester VAT number entered in section Options > VIES Validation. The new requester VAT number has NOT been saved, because it would cause the VAT validation to fail at checkout.
Selected VAT Country: “France”. Entered VAT Number: “91818097412”. Raw validation response (JSON):
{
“euva_validation_result”: “could-not-be-validated”
}