Hi Reinhold
After this topic
www.open-tools.net/forum/shipping-by-rul...order-packaging.html, in order to make it more exact we read once again all your documentation and we found the values: TotalLength, TotalWidth, TotalHeight, TotalPackaging
So we decided to use TotalPackaging but it doesnt return any value, says "bultos" (totalboxes) 0 in every case, we have tried also with TotalLenght too.
We have defined packacking 15 and lenght 15 in the product dimensions tab.
It works fine if we use "Weight" instead of "TotalPackaging" or "TotalLenght" however using one of this 2 fields will give us more freedom to specify the packaging of each product and obtain a more exact number of boxes.
Variable=totalboxes; Value=ceil(TotalPackaging/15)
Name=Portugal, max 6kg Bultos {totalboxes}; Weight<=6; Shipping=7.69
Name=Portugal, max 11kg Bultos {totalboxes}; 7<=Weight<=11; Shipping=8.65
Name=Portugal, max 16kg Bultos {totalboxes}; 12<=Weight<=16; Shipping=9.62
Name=Portugal, max 21kg Bultos {totalboxes}; 17<=Weight<=21; Shipping=12.50
Name=Portugal, max 26kg Bultos {totalboxes}; 22<=Weight<=26; Shipping=16.35
Name=Portugal, max 31kg Bultos {totalboxes}; 27<=Weight<=31; Shipping=20.19
Name=Portugal, max 36kg Bultos {totalboxes}; 32<=Weight<=36; Shipping=24.04
Name=Portugal, max 41kg Bultos {totalboxes}; 37<=Weight<=41; Shipping=27.88
Name=Portugal, max 46kg Bultos {totalboxes}; 42<=Weight<=46; Shipping=31.73
Name=Portugal, max 51kg Bultos {totalboxes}; 47<=Weight<=51; Shipping=35.58
Name=Portugal, max 61kg Bultos {totalboxes}; 52<=Weight<=61; Shipping=43.27
Name=Portugal, max 71kg Bultos {totalboxes}; 62<=Weight<=71; Shipping=50.96
Name=Portugal, max 81kg Bultos {totalboxes}; 72<=Weight<=81; Shipping=58.65
Name=Portugal, max 91kg Bultos {totalboxes}; 82<=Weight<=91; Shipping=66.35
Name=Portugal, max 100kg Bultos {totalboxes}; 92<=Weight<=101; Shipping=74.04
Name=Portugal, Bultos {totalboxes}; Weight>=102; Shipping=74.04+(Weight-101)*0.6
Are we doing something incorrect?
Regards