estimate container shipping cost

This commit is contained in:
Omair Saleh
2022-12-02 11:15:50 +08:00
parent 2fc54f796a
commit 15db2715f5
+1
View File
@@ -531,6 +531,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
$price += 50; $price += 50;
} }
$cbm = max($cbm, 0.3);
$cost = $price * ($cbm + $over_weight_cbm); $cost = $price * ($cbm + $over_weight_cbm);
$containerCost += $cost; $containerCost += $cost;