From e15331087ca005730ead90bac3371f74ed8cc620 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 26 Nov 2013 15:33:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=EC=98=B5=EC=85=98=EB=A7=8C?= =?UTF-8?q?=20=EC=9E=88=EC=9D=84=20=EB=95=8C=20=EC=B6=94=EA=B0=80=EC=98=B5?= =?UTF-8?q?=EC=85=98=20=EC=B6=9C=EB=A0=A5=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/item.php | 6 ++++++ mobile/skin/shop/basic/item.form.skin.php | 6 +++--- skin/shop/basic/item.form.skin.php | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index acafbee18..c9397f599 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -106,6 +106,12 @@ if ($row['it_id']) { $next_href2 = ''; } +// 선택 옵션 +$option_1 = get_item_options($it['it_id'], $it['it_option_subject']); + +// 추가 옵션 +$option_2 = get_item_supply($it['it_id'], $it['it_supply_subject']); + // 관리자가 확인한 사용후기의 개수를 얻음 $sql = " select count(*) as cnt from `{$g5['g5_shop_item_use_table']}` where it_id = '{$it_id}' and is_confirm = '1' "; $row = sql_fetch($sql); diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index f39ebfa85..cb076059a 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -180,7 +180,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
@@ -202,7 +201,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?>
@@ -225,9 +223,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +
@@ -256,6 +255,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+
    diff --git a/skin/shop/basic/item.form.skin.php b/skin/shop/basic/item.form.skin.php index 514669d67..75af547f5 100644 --- a/skin/shop/basic/item.form.skin.php +++ b/skin/shop/basic/item.form.skin.php @@ -253,7 +253,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

    선택된 옵션