From b68ba22ac5f47c33c84b5d5337de51db4b9cedc6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 26 Nov 2013 15:19:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC=ED=95=91?= =?UTF-8?q?=EB=AA=B0:=20=EC=A0=84=ED=99=94=EB=AC=B8=EC=9D=98=EC=9D=BC=20?= =?UTF-8?q?=EB=95=8C=20=EC=83=81=EC=84=B8=EC=A0=95=EB=B3=B4=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=20=EA=B9=A8=EC=A7=80=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/item.form.skin.php | 76 ++++++++++++----------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 9ebf9705b..f39ebfa85 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -97,6 +97,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 판매가격 전화문의 + + @@ -104,7 +106,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 시중가격 - + 판매가격 @@ -135,45 +137,45 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 1) { + if($it['it_sc_method'] == 1) + $sc_method = '수령후 지불'; + else if($it['it_sc_method'] == 2) { + $ct_send_cost_label = ''; + $sc_method = ''; + } else $sc_method = '주문시 결제'; - - if($it['it_sc_type'] == 1) - $sc_method = '무료배송'; - else if($it['it_sc_type'] > 1) { - if($it['it_sc_method'] == 1) - $sc_method = '수령후 지불'; - else if($it['it_sc_method'] == 2) { - $ct_send_cost_label = ''; - $sc_method = ''; - } - else - $sc_method = '주문시 결제'; - } - ?> - - - - - - - 최소구매수량 - 개 - - - - - 최대구매수량 - 개 - - + } + ?> + + + + + + + 최소구매수량 + 개 + + + + + 최대구매수량 + 개 + +