chchch
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Wrong exported tax rateshere is a screenshot: https://ibb.co/ZzDMWHb
it seems that it’s woocommerce that is calculating vat the wrong way!
I’ll open a ticket with them thenForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Wrong exported tax ratesI’m not sure what you mean.
the[P] Order Line Total (include tax)I’m mentioning above and that has a wrong value is in Setup Fields>Product Order Items yesthere’s no way for you to get the correct total item amount and total item tax from woocommerce?
and then calculate a correct tax rate from it?- This reply was modified 4 years, 7 months ago by chchch.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Wrong exported tax ratesOrder Line Total (include tax)is also totally wrong. do you also have to calculate that one?
there’s no way for you to get the correct total item amount and total item tax from woocommerce?Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Wrong exported tax ratesThanks for your quick reply.
“Item Tax Rate as an integer” sounded promising, but its rounding won’t be enough to compensate the calculation error:– The wrong swedish vat of 25.51% becomes 26%, which is still wrong (correct one is 25% as set in my tax settings).
– A wrong italian tax of 19.26% becomes 19%, which is still wrong (correct one is 22% !).The different is too important, meaning there must be a mistake in the tax calculation?
Here are my tax settings: https://ibb.co/VNkhd41Also note I have activated the “Prices including tax – Experimental Behavior” of woocommerce described here
(but the issue I reported in my first also message happens when this is not activated)
- This reply was modified 4 years, 7 months ago by chchch.
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] EU VAT Number compatibilityHi Diego, thanks for the fast reply.
yes, I’m sad I didn’t find your plugin before, I wouldn’t installed and set up “EU VAT Number” if I had knew about it.
Fortunately I just installed it last month, so I won’t lost much clients/orders data in the move.
You can mark this thread as solved, but please let it open until January, so that if I find some difficulty/easiness/tricks during the transfer I’ll post it here, as that might help some future users of “EU VAT Assistant”.best,
CharlesForum: Plugins
In reply to: [WooCommerce] Woocommerce vat behaviourok, so the solution is to use that code snippet :
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );(see here for more info about it).
You should really add it to the woocommerce vat plugin documentation!
or even better, add it as an option in the settings page.
anyway, glad this is possible! 🙂Forum: Plugins
In reply to: [WooCommerce] php function to query if in test mode ?exactly what I needed. thanks!
here is the integrity check at the end of the log :
********************************************************************************
INTEGRITY CHECKS:
********************************************************************************
SQL FILE: 16.46MB
INSTALLER FILE: 207.32KB
ARCHIVE FILE: 64.94MB
EXPECTED FILE/DIRECTORY COUNT: 13,105
ACTUAL FILE/DIRECTORY COUNT: 13,104
ARCHIVE CONSISTENCY TEST: PassAlthough the file count differs by 1, I think everything is ok and that the “Host Build Interrupt” is just a false positive?
Also I resolved my css issue by desactivating the plugins autoptimize and W3 and switching the theme (to the parent theme, and then back to my child theme)
@pdwalker here is the version I use :
https://github.com/gondre/configure-smtpI decided to fork this plugin and make it compatible with PHP 7. You can download and upload the zip file into your plugins here:
https://github.com/cnizzardini/configure-smtp/releases
If the author reads this and wants me to maintain it I am fine with that. I use this plugin a lot.
Cool. Could you include the changes mentionned in this post too?
https://wordpress.org/support/topic/plugin-doesnt-work-on-php-v7/#post-6981191
I was getting some other PHP errors and had to make a couple of other additional changes to get it to work:
In configure-smtp.php:
line 47 change to class c2c_ConfigureSMTP extends C2C_Plugin_039 {
line 73 use the parent::__construct
I also replaced the c2c-plugin.php from version 023 to 039.it would be great if the author could update the official plugin yes!
- This reply was modified 8 years, 9 months ago by chchch.