[SOLVED] no weight calculation in my phoenix 1.0.8.20

Open to all! Ask other shopowners for help.
Post Reply
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

[SOLVED] no weight calculation in my phoenix 1.0.8.20

Post by bitit »

at check out seem don't calculate the weight,

see the attached

enrico
You do not have the required permissions to view the files attached to this post.
Last edited by bitit on Thu Dec 07, 2023 10:34 pm, edited 1 time in total.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4561
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 413 times

Re: no weight calculation in my phoenix 1.0.8.20

Post 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...
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Re: no weight calculation in my phoenix 1.0.8.20

Post 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
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: no weight calculation in my phoenix 1.0.8.20

Post 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.
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Re: no weight calculation in my phoenix 1.0.8.20

Post 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply