diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php
index 6f297e020..6e2731322 100644
--- a/adm/shop_admin/configform.php
+++ b/adm/shop_admin/configform.php
@@ -423,7 +423,7 @@ $pg_anchor = '
diff --git a/install/shop.sql b/install/shop.sql
index 0dec38623..b3e49d8d0 100644
--- a/install/shop.sql
+++ b/install/shop.sql
@@ -434,6 +434,8 @@ CREATE TABLE IF NOT EXISTS `shop_item` (
`it_ip` varchar(25) NOT NULL DEFAULT '',
`it_order` int(11) NOT NULL DEFAULT '0',
`it_tel_inq` tinyint(4) NOT NULL DEFAULT '0',
+ `it_info_gubun` varchar(50) NOT NULL DEFAULT '',
+ `it_info_value` text NOT NULL,
`it_img1` varchar(255) NOT NULL DEFAULT '',
`it_img2` varchar(255) NOT NULL DEFAULT '',
`it_img3` varchar(255) NOT NULL DEFAULT '',
@@ -524,7 +526,8 @@ CREATE TABLE IF NOT EXISTS `shop_item_qa` (
DROP TABLE IF EXISTS `shop_item_relation`;
CREATE TABLE IF NOT EXISTS `shop_item_relation` (
`it_id` varchar(20) NOT NULL DEFAULT '',
- `it_id2` varchar(10) NOT NULL DEFAULT '',
+ `it_id2` varchar(20) NOT NULL DEFAULT '',
+ `ir_no` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`it_id`,`it_id2`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
diff --git a/mobile/shop/cartsub.inc.php b/mobile/shop/cartsub.inc.php
deleted file mode 100644
index a97a47b0f..000000000
--- a/mobile/shop/cartsub.inc.php
+++ /dev/null
@@ -1,334 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/mobile/shop/shop.tail.php b/mobile/shop/shop.tail.php
index 23e040e08..ae1fb013a 100644
--- a/mobile/shop/shop.tail.php
+++ b/mobile/shop/shop.tail.php
@@ -26,13 +26,6 @@ $admin = get_admin("super");
상단으로
-
-모바일 버전으로 보기
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/shop/cartupdate.php b/shop/cartupdate.php
index 85f1d5297..64b23c894 100644
--- a/shop/cartupdate.php
+++ b/shop/cartupdate.php
@@ -145,10 +145,10 @@ else if ($act == "optionmod") // 장바구니에서 옵션변경
$option_count = count($_POST['io_id']);
- if($option_count) {
- if($_POST['io_type'][0] != 0)
- alert('상품의 선택옵션을 선택해 주십시오.');
+ if($_POST['io_type'][0] != 0)
+ alert('상품의 선택옵션을 선택해 주십시오.');
+ if($option_count) {
for($i=0; $i
-
-모바일 버전으로 보기
-
-