rdyar / LabWOES

Unofficial ROES and LabWorks support for Photo Labs
https://rdyar.github.io/LabWOES/
1 stars 1 forks source link

Web - calculations with uses weight not always correct #97

Open rdyar opened 6 years ago

rdyar commented 6 years ago

Shipping is set to uses with weight with price of 0,7.95,1,5,2,10,3,15,4,20,5,25,6,30,7,35,8,40,9,45,10,50,11,55,12,60,13,65,14,70 So if the weight is 0 price is $7.95. If weight is 1 then it is $5. etc.

1) If you add the 20x30 weight 0 to the cart with no mounting you get 2 different amounts for shipping - the option says $7.95 - correct - but on the right in the total it is $5 I think cause that calc is assuming weight is 1 even though it is 0.

2) if you add mounting to one, and then change the qty to more than 1 the shipping does not change - it is only calculating the weight on an option once even if there is more than one of those in the cart. On a product this works properly, so the weight of 3 20x30s with a weight of 1 is set to 3, but if they each have a mounting option with a weight of 3 then the total weight it is using is 6 when it should be 12.