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; // 개별 페이지 접근 불가
+