mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
estimate container shipping cost
This commit is contained in:
+1
-1
@@ -538,7 +538,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
|||||||
if(in_array($address->state_id, [13, 14])) {
|
if(in_array($address->state_id, [13, 14])) {
|
||||||
echo 'East Malaysia - ';
|
echo 'East Malaysia - ';
|
||||||
}
|
}
|
||||||
echo 'estimated cost:'.$cost;
|
echo 'estimated cost: [QTY: '.($cbm + $over_weight_cbm).' | Unit Price: '.$price.' | Total: '.$cost.']';
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
|
|
||||||
if(!$invoice) {
|
if(!$invoice) {
|
||||||
|
|||||||
Reference in New Issue
Block a user