Page 1 of 1

[SOLVED] no weight calculation in my phoenix 1.0.8.20

Posted: Thu Dec 07, 2023 6:23 pm
by bitit
at check out seem don't calculate the weight,

see the attached

enrico

Re: no weight calculation in my phoenix 1.0.8.20

Posted: Thu Dec 07, 2023 6:53 pm
by burt
If you need help, you need to give as much data as reasonably possible.

Does the product in the order have weight ? If yes, what weight?
Is the shipping module set up correctly? Show a screenshot of the weight:price,weight:price ratios.

Don't make anyone helping guess your setup...

Re: no weight calculation in my phoenix 1.0.8.20

Posted: Thu Dec 07, 2023 10:33 pm
by bitit
Ok, i have understand, the weight haven't decimal value, only unit and i have fixed a value in shipping table

is possible have the weight in shipping checkout , with decimal value?

thank you
Enrico

Re: no weight calculation in my phoenix 1.0.8.20

Posted: Fri Dec 08, 2023 10:04 am
by 14Steve14
bitit wrote: Thu Dec 07, 2023 10:33 pm Ok, i have understand, the weight haven't decimal value, only unit and i have fixed a value in shipping table

is possible have the weight in shipping checkout , with decimal value?

thank you
Enrico
When we enter a weight of a product we enter 1kg and 1.000. Half a kilo will be 0.500, and so on all the way down to 0.001kg. We did update the database so the additional decimal places show. We changed all instances where a weight is shown in all the tables from 5.2 to 5.4. 5.4 will give a weight of 12345.1234 kg rather than 12345.12 kg

In the shipping language modules we changed lbs to Kg.

Our order total weights are shown (as example) 1.765 kg as we base the shipping weights in all the shipping modules in kg.

I hope that makes sense.

Re: no weight calculation in my phoenix 1.0.8.20

Posted: Fri Dec 08, 2023 12:47 pm
by bitit
When we enter a weight of a product we enter 1kg and 1.000. Half a kilo will be 0.500, and so on all the way down to 0.001kg. We did update the database so the additional decimal places show. We changed all instances where a weight is shown in all the tables from 5.2 to 5.4. 5.4 will give a weight of 12345.1234 kg rather than 12345.12 kg
i don't believe have database problem, because for shipping over 1 kg, change the fee; i believe is a function problem that give a integer number on check out shipping .

Isn't so important because the computing of shipping fee is correct, is simply a more correct information to customer
In the shipping language modules we changed lbs to Kg.
yes i also done it

Enrico