Does the line include tax:{{estimate.istax == 0 ? __('estimate.no') : __('estimate.yes')}}
Does the line use volumetric weight:{{estimate.fee.chargeable_weight == estimate.fee.volumetric_weight ? __('estimate.yes') : __('estimate.no')}}
The freight for this route needs to be calculated by taking the larger value between the physical weight and the volumetric weight
The product of the package dimensions is the volume of the package
The formula for calculating volumetric weight: length * width * height *1000/{{estimate.vpercent}}
Billing weightReal weight {{$('.weight').val()}}g {{compareValues($('.weight').val(),estimate.fee.volumetric_weight)}} Volumetric weight {{Number(estimate.fee.volumetric_weight).toFixed(2)}}g
Real weight {{Number(estimate.fee.chargeable_weight).toFixed(2)}}g Volumetric weight {{Number(estimate.fee.volumetric_weight).toFixed(2)}}g
{{$('.length').val() || 0}}cm x {{$('.width').val() || 0}}cm x {{$('.height').val() || 0}}cm