From 5424b173def6815c0b780b180fcb8bc045feee60 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 18:03:42 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=EA=B2=BD=EB=A1=9C=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 | 8 ++++---- mobile/shop/wishlist.php | 8 ++++---- shop/wishlist.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index f8834bc79..d6672e824 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -313,8 +313,8 @@ else // 상품보관 function item_wish(f, it_id) { - f.url.value = "/wishupdate.php?it_id="+it_id; - f.action = "/wishupdate.php"; + f.url.value = "/wishupdate.php?it_id="+it_id; + f.action = "/wishupdate.php"; f.submit(); } @@ -324,11 +324,11 @@ else if (!g4_is_member) { if (confirm("회원만 추천하실 수 있습니다.")) - document.location.href = "/login.php?url="; + document.location.href = "/login.php?url="; } else { - url = "/itemrecommend.php?it_id=" + it_id; + url = "/itemrecommend.php?it_id=" + it_id; opt = "scrollbars=yes,width=616,height=420,top=10,left=10"; popup_window(url, "itemrecommend", opt); } diff --git a/mobile/shop/wishlist.php b/mobile/shop/wishlist.php index 2e1bf00bd..d2d67ec6f 100644 --- a/mobile/shop/wishlist.php +++ b/mobile/shop/wishlist.php @@ -2,7 +2,7 @@ include_once('./_common.php'); if (!$is_member) - goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_MSHOP_URL.'/mypage.php')); + goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL.'/mypage.php')); $g4['title'] = "보관함"; include_once(G4_MSHOP_PATH.'/_head.php'); @@ -73,9 +73,9 @@ include_once(G4_MSHOP_PATH.'/_head.php'); - + - 삭제 + 삭제 /cartupdate.php"; + f.action="/cartupdate.php"; f.submit(); } diff --git a/shop/wishlist.php b/shop/wishlist.php index 90b0a8a68..7d9d0434b 100644 --- a/shop/wishlist.php +++ b/shop/wishlist.php @@ -2,7 +2,7 @@ include_once('./_common.php'); if (G4_IS_MOBILE) { - include_once(G4_MSHOP_PATH.'/whislist.php'); + include_once(G4_MSHOP_PATH.'/wishlist.php'); return; } From f9f170f89942a6d79c99835a6aa1f7997ca8f749 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 18:04:10 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/itemrecommend.php | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 mobile/shop/itemrecommend.php diff --git a/mobile/shop/itemrecommend.php b/mobile/shop/itemrecommend.php new file mode 100644 index 000000000..975da65ff --- /dev/null +++ b/mobile/shop/itemrecommend.php @@ -0,0 +1,71 @@ + + +
+

+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ + 창닫기 +
+
+
+ +
+ + + + \ No newline at end of file From 25ad9fe18326e9d34468fb677a748eaf55bf2ee7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 18:04:43 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/mypage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/mypage.php b/mobile/shop/mypage.php index 5ccfbd9d2..94b67c7dc 100644 --- a/mobile/shop/mypage.php +++ b/mobile/shop/mypage.php @@ -2,7 +2,7 @@ include_once('./_common.php'); if (!$is_member) - goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_MSHOP_URL."/mypage.php")); + goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL."/mypage.php")); $g4['title'] = '마이페이지'; include_once(G4_MSHOP_PATH.'/_head.php'); From dd60b60cedaba5f3c9948e30d1341476c6da0051 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 18:10:40 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/index.php | 10 +++++----- mobile/shop/item.php | 10 +++++----- mobile/shop/list.skin.10.php | 4 ++-- mobile/shop/maintype10.inc.php | 4 ++-- mobile/shop/orderform.php | 2 +- mobile/shop/orderformupdate.php | 4 ++-- mobile/shop/orderinquiry.php | 6 +++--- mobile/shop/orderinquiry.sub.php | 2 +- mobile/shop/orderinquiryview.php | 8 ++++---- mobile/shop/search.php | 4 ++-- mobile/shop/shop.head.php | 6 +++--- mobile/shop/shop.tail.php | 6 +++--- 12 files changed, 33 insertions(+), 33 deletions(-) diff --git a/mobile/shop/index.php b/mobile/shop/index.php index f7fd59259..74a62db7a 100644 --- a/mobile/shop/index.php +++ b/mobile/shop/index.php @@ -10,7 +10,7 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');
-

최신상품

+

최신상품

최신상품 모음

-

히트상품

+

히트상품

히트상품 모음

-

추천상품

+

추천상품

추천상품 모음

-

인기상품

+

인기상품

인기상품 모음

-

할인상품

+

할인상품

할인상품 모음

'; + $prev_href = ''; $prev_href = ''; } else { $prev_title = ''; @@ -104,7 +104,7 @@ $sql = " select it_id, it_name from {$g4['shop_item_table']} $row = sql_fetch($sql); if ($row['it_id']) { $next_title = '다음 상품 '.$row['it_name']; - $next_href = ''; + $next_href = ''; $next_href2 = ''; } else { $next_title = ''; @@ -158,7 +158,7 @@ else $img_big = $it['it_id'].'_l1'; // 기본이미지(대) ?>
- +
고객선호도 @@ -501,7 +501,7 @@ else var top = 10; var left = 10; - var url = "/largeimage.php?it_id=" + it_id + "&img=" + img; + var url = "/largeimage.php?it_id=" + it_id + "&img=" + img; var opt = 'scrollbars=yes,top='+top+',left='+left; popup_window(url, "largeimage", opt); diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php index 70a864f56..c7d9b804c 100644 --- a/mobile/shop/list.skin.10.php +++ b/mobile/shop/list.skin.10.php @@ -4,10 +4,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 for ($i=1; $row=sql_fetch_array($result); $i++) { - $href = G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']; + $href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); - $sns_send = G4_MSHOP_URL.'/sns_send.php?url='.urlencode(G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']); + $sns_send = G4_SHOP_URL.'/sns_send.php?url='.urlencode(G4_SHOP_URL.'/item.php?it_id='.$row['it_id']); $sns_send .= '&title='.urlencode(cut_str($sns_title, 100)); if ($i == 1) echo '
    '; diff --git a/mobile/shop/maintype10.inc.php b/mobile/shop/maintype10.inc.php index ad6645d78..c8af2d00c 100644 --- a/mobile/shop/maintype10.inc.php +++ b/mobile/shop/maintype10.inc.php @@ -3,10 +3,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 // $list_row 출력할 이미지 수 for ($i=1; $row=sql_fetch_array($result); $i++) { - $href = G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']; + $href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); - $sns_send = G4_MSHOP_URL.'/sns_send.php?url='.urlencode(G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']); + $sns_send = G4_SHOP_URL.'/sns_send.php?url='.urlencode(G4_SHOP_URL.'/item.php?it_id='.$row['it_id']); $sns_send .= '&title='.urlencode(cut_str($sns_title, 100)); if ($i == 1) echo '
      '; diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index c613cd400..fc9ccc747 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -11,7 +11,7 @@ else { } if (get_cart_count($tmp_uq_id) == 0) - alert('장바구니가 비어 있습니다.', G4_MSHOP_URL.'/cart.php'); + alert('장바구니가 비어 있습니다.', G4_SHOP_URL.'/cart.php'); // 포인트 결제 대기 필드 추가 //sql_query(" ALTER TABLE `$g4[shop_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false); diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 124bbda58..e03214235 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -20,7 +20,7 @@ else $tmp_uq_id = get_session('ss_uq_id'); if (get_cart_count($tmp_uq_id) == 0)// 장바구니에 담기 - alert('장바구니가 비어 있습니다.\\n\\n이미 주문하셨거나 장바구니에 담긴 상품이 없는 경우입니다.', G4_MSHOP_URL.'/cart.php'); + alert('장바구니가 비어 있습니다.\\n\\n이미 주문하셨거나 장바구니에 담긴 상품이 없는 경우입니다.', G4_SHOP_URL.'/cart.php'); $error = ""; // 장바구니 상품 재고 검사 @@ -351,5 +351,5 @@ if (get_session('ss_direct')) else set_session('ss_uq_id', ''); -goto_url(G4_MSHOP_URL.'/orderinquiryview.php?od_id='.$od_id.'&uq_id='.$tmp_uq_id); +goto_url(G4_SHOP_URL.'/orderinquiryview.php?od_id='.$od_id.'&uq_id='.$tmp_uq_id); ?> diff --git a/mobile/shop/orderinquiry.php b/mobile/shop/orderinquiry.php index 5094feead..997e6a6cf 100644 --- a/mobile/shop/orderinquiry.php +++ b/mobile/shop/orderinquiry.php @@ -16,7 +16,7 @@ else if ($od_id && $od_pwd) // 비회원인 경우 주문서번호와 비밀번 } else // 그렇지 않다면 로그인으로 가기 { - goto_url(G4_BBS_URL.'/login.php?url='.urlencode(G4_MSHOP_URL.'/orderinquiry.php')); + goto_url(G4_BBS_URL.'/login.php?url='.urlencode(G4_SHOP_URL.'/orderinquiry.php')); } // 테이블의 전체 레코드수만 얻음 @@ -29,7 +29,7 @@ $total_count = $row['cnt']; if ($total_count == 0) { if ($is_member) // 회원일 경우는 메인으로 이동 - alert('주문이 존재하지 않습니다.', G4_MSHOP_URL); + alert('주문이 존재하지 않습니다.', G4_SHOP_URL); else // 비회원일 경우는 이전 페이지로 이동 alert('주문이 존재하지 않습니다.'); } @@ -47,7 +47,7 @@ if (!$is_member) $row = sql_fetch($sql); if ($row['od_id']) { set_session("ss_uq_id_inquiry", $row['uq_id']); - goto_url(G4_MSHOP_URL.'/orderinquiryview.php?od_id='.$row['od_id'].'&uq_id='.$row['uq_id']); + goto_url(G4_SHOP_URL.'/orderinquiryview.php?od_id='.$row['od_id'].'&uq_id='.$row['uq_id']); } } diff --git a/mobile/shop/orderinquiry.sub.php b/mobile/shop/orderinquiry.sub.php index b8bcddd35..cdaa2fbc8 100644 --- a/mobile/shop/orderinquiry.sub.php +++ b/mobile/shop/orderinquiry.sub.php @@ -33,7 +33,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - + () diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index c1f508060..13e7e0d74 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -14,7 +14,7 @@ $sql = "select * from {$g4['shop_order_table']} where od_id = '$od_id' and uq_id $od = sql_fetch($sql); if (!$od['od_id']) { echo "$od_id $uq_id $MxIssueNO"; - alert("조회하실 주문서가 없습니다.", G4_MSHOP_URL); + alert("조회하실 주문서가 없습니다.", G4_SHOP_URL); } // 결제방법 @@ -260,7 +260,7 @@ $s_page = 'orderinquiryview.php'; else { ?> - 현금영수증을 발급하시려면 클릭하십시오. + 현금영수증을 발급하시려면 클릭하십시오. @@ -442,7 +442,7 @@ $s_page = 'orderinquiryview.php';
      -
      + @@ -473,7 +473,7 @@ $s_page = 'orderinquiryview.php';


      -

      +

      diff --git a/mobile/shop/search.php b/mobile/shop/search.php index ae44513c0..32b970bd8 100644 --- a/mobile/shop/search.php +++ b/mobile/shop/search.php @@ -96,7 +96,7 @@ $total_count = $row['cnt']; { $sql2 = " select ca_name from $g4[shop_category_table] where ca_id='".substr($save['ca_id'],0,2)."' "; $row2 = sql_fetch($sql2); - $ca_temp = ''.$row2['ca_name'].' '; + $ca_temp = ''.$row2['ca_name'].' '; } ?>
        @@ -123,7 +123,7 @@ $total_count = $row['cnt'];
      • - +

        diff --git a/mobile/shop/shop.head.php b/mobile/shop/shop.head.php index 430dfb04f..d976049f9 100644 --- a/mobile/shop/shop.head.php +++ b/mobile/shop/shop.head.php @@ -24,7 +24,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');

        쇼핑몰 검색

        -
        + @@ -41,8 +41,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
      • 로그인
      • -
      • 마이페이지
      • -
      • 장바구니
      • +
      • 마이페이지
      • +
      • 장바구니
diff --git a/mobile/shop/shop.tail.php b/mobile/shop/shop.tail.php index 763877bd6..732114d4d 100644 --- a/mobile/shop/shop.tail.php +++ b/mobile/shop/shop.tail.php @@ -15,9 +15,9 @@ $admin = get_admin("super");