diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 3205cdfb7..1c7804ad7 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -178,20 +178,40 @@ if ((int)($row['od_amount'] - $tot_cp_amount) !== $i_amount) { // 배송비가 상이함 $tot_sell_amount = $row['od_amount']; // 배송비 계산 -if ($default['de_send_cost_case'] == "없음") { +if ($default['de_send_cost_case'] == '없음') { $send_cost = 0; -} else { +} else if($default['de_send_cost_case'] == '상한') { // 배송비 상한 : 여러단계의 배송비 적용 가능 $send_cost_limit = explode(";", $default['de_send_cost_limit']); $send_cost_list = explode(";", $default['de_send_cost_list']); $send_cost = 0; for ($k=0; $k