From e7c0eab61d85fcb4ad797850880d4f62b42803ae Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 13 Jun 2013 14:23:00 +0900 Subject: [PATCH] =?UTF-8?q?#210=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EA=B0=9C=EB=B3=84=EB=B0=B0=EC=86=A1=EB=B9=84=20?= =?UTF-8?q?=EA=B3=84=EC=82=B0=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) 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