I have created a product with a weight of 0.689655 kg.
The total cost should be 40,00€.
But regardless the number of decimals I use on the product weight, I get a total on the Shipping Costs of 40,02€ which is quite…annoying for the client… :/
What might be wrong with that calculation and how could I fix it?
]]>I.e. I have made a fixed price on one item in one rule. Then I have made a new rule, where the all products have a discount on 30 %. This results in having the product marked as 0,00.
Any help appreciated.
Thank you
//Peter
]]>In currency, microcents are not calculated. The right thing is to calculate two decimal places.
Your plugin is calculating from the third decimal place too. With that, the result comes out very wrong, it gives a very big difference in the total value. The plugin only works for whole numbers, but I need to use it for fractional numbers as well.
Will somebody give you a half-penny change? Of course.
Please fix this.
Put some option to actually drop above two decimal places after the comma.
This number 0.15625 has to be the exact value of 0.15. Where 0.15 x 2 = 0.30 and not 0.3125. If you set 2 decimal places in Currencies, decimal place numbers, the account will secretly be done with those extra decimal places. And for currency, we only use 2 decimal places.
Mathematical operators in the Cost Calculator Builder help, only round to whole numbers. I use the Hello Elementor theme, it is very basic.
image link
https://drive.google.com/file/d/12a-2vzsUSTWJcaPi_gxk5_cu-N0YC8Ry/view?usp=sharing
How the calculation was done:
Total fields, has the following equation: quantity_field_id_0 / (quantity_field_id_2 * quantity_field_id_1)
quantity_field_id_0 = with value input 1500
quantity_field_id_2 = with value input 20
quantity_field_id_1 = with value input 8
1500 / (20 x 8) = 160
1500 / 160 = 9.375
9.375 / 60 = 0.15625
0.15625 x 90 = 14.0625 [wrong]
The exact count is 0.15 x 90 = 13.50 [correct]
Thanks for your attention!
]]>I had configured fixed price deduction for this tshirt.
Singles
1 – 4 T-shirts – $36/shirt
Bulk
5 – 19 T-shirts – $23/shirt
20 – 49 T-shirts – $19.50/shirt
50 – 99 T-shirts – $18/shirt
but it is somehow not working.
]]>NO Valid VAT
Product price = $1
Dep. = $0.50
Vat = $0.20
DUE today = $0.60
With a Valid VAT
Product price = $1
Dep. = $0.50
Vat = $0
DUE today = $0.40 ???
Any ideas?
Thx
NO Valid VAT
Product price = $1
Dep. = $0.50
Vat = $0.20
DUE today = $0.60
With a Valid VAT
Product price = $1
Dep. = $0.50
Vat = $0
DUE today = $0.40 ???
Any ideas?
Thx
Please tell me how to fix this.
screenshot:
https://universal-solder.com/uploads/wrong_discount_calculation.jpg
As you can see on this screen shot, calculation are wrong.
https://bordeauxselect.com/_a_jeter/woocommerce/panier.png
7,70 * 2 does not make 15,41.
]]>First: the discount is wrong. It is 0.26€, it should be 0.25€ (plus 0.05€ taxes)
Second: On the front end the total is also wrong 0.26€ + 0.05€ should be 0.31€, but it is 0.32€.
https://bordeauxselect.com/_a_jeter/woocommerce/frontend.png
How is it possible to have such huge mistakes on this popular product?
]]>