gvassilev
Forum Replies Created
-
Same here, noticed very high server load and slow queries like this:
update
wp_fluentform_form_analytics
setcount
= ? whereip
= ? andform_id
= ? andsource_url
= ? limit ?Hope this helps.
- This reply was modified 9 months, 3 weeks ago by gvassilev. Reason: lines of code
Thanks for your reply!
The problem is related with the TAX settings.
When I disable the tax calculation for specific product, the save percentage is correct.
By default the prices of the products are entered Exclusive of tax.
Display prices in the shop: Including tax
In this scenario, I’m getting a warning from Woo for Inconsistent tax settings. But everything works fine with this warning, and no worries till now.Here is a screenshot form the Tax settings/warning: https://prnt.sc/vYfdtmWZ_lod
Well, when I change the settings as recommended by Woo, the save percentage is correct. I mean to display prices excluding of taxes ?? (which is not ok for B2C clients.)But for this specific project, we need to enter prices excluding of taxes and show them in the store front with Inclusive of tax.
It’s related to accounting, invoices and erp integration. The change of the tax calculation and prices will bring us serious problems with the workflow.
Hope this helps the community.The filter is added, but the calcs are still not correct ??
Thank for your reply!
Added the filter to my functions.php, but there is no cache button in the plugin settings page.
Am I missing something.
I’m with the free version.