Hi!
We ahve a solution where product quantity can be less then 1 (square meters) and we have follwoing issue.
When we add product and quantitiy is less then 1 everything works fine (for example we add 0.24 m2 of product) but when we try to add additional qantites of same product and if total quantitiy is less then 1 we get empty cart. So to summarize:
1. We add 0.24 m2 and everything is fine. We add additional 0.24 m2 of same product we expect to see 0,48m2 of product in cart but product get erased from cart (probably qty set to 0).
2. We add 0.24m2 and then we add additional 0.90 m2 of same product and total quantitiy ti greater then 1 we get cart with 1.14m2 as expected
I think that on adding additional prdoduct to cart we get some rounding but cannot see where it is happening.
Thak you in advance.
Ivan