Hi there,
sorry to open a SOLVED Topic, but I'm having some difficulties.
All good so far except I need to calc VolWeight for each product and not to the total.
If I have 2 products, I need to reach VolWeight of each product and then sum them...
By the way I can only get VolWeight to work with the following:
Variable=VolWeight; Value = TotalLength*TotalWidth*TotalHeight*250
not with the one you mentioned:
Variable=VolWeight; Value = Length*Width*Height*250
If I use this one, I get:
Evaluation yields unknown value while evaluating rule part 'Length'.
It is possible to check VolWeight for each product?
Thanks!