diff --git a/mobile/shop/cartsub.inc.php b/mobile/shop/cartsub.inc.php index 044aa2669..f5a69ee8f 100644 --- a/mobile/shop/cartsub.inc.php +++ b/mobile/shop/cartsub.inc.php @@ -137,7 +137,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++) 삭제'; + echo '삭제'; else if ($s_page == 'orderinquiryview.php') echo ''.$row['ct_status'].''; ?> @@ -220,11 +220,11 @@ if ($tot_amount > 0) {
- 쇼핑 계속하기 + 쇼핑 계속하기 - +

장바구니의 상품을 주문하시려면 주문하기를 클릭하세요. 비우기는 장바구니의 상품을 모두 비웁니다.

- 쇼핑 계속하기 + 쇼핑 계속하기 주문하기 수량변경 비우기 @@ -250,17 +250,17 @@ function form_check(act) { } else if (act == "alldelete") { f.act.value = act; - f.action = "/cartupdate.php"; + f.action = "/cartupdate.php"; f.submit(); } else if (act == "allupdate") @@ -293,7 +293,7 @@ function form_check(act) { } } f.act.value = act; - f.action = "/cartupdate.php"; + f.action = "/cartupdate.php"; f.submit(); } diff --git a/mobile/shop/index.php b/mobile/shop/index.php index dc83d8880..38f2399a0 100644 --- a/mobile/shop/index.php +++ b/mobile/shop/index.php @@ -8,7 +8,7 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');
-

최신상품

+

최신상품

최신상품 모음

-

히트상품

+

히트상품

히트상품 모음

-

추천상품

+

추천상품

추천상품 모음

-

인기상품

+

인기상품

인기상품 모음

-

할인상품

+

할인상품

할인상품 모음

'; + $prev_href = ''; $prev_href = ''; } else { $prev_title = ''; @@ -107,7 +107,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 = ''; @@ -144,7 +144,7 @@ function pg_anchor($anc_id) { if (G4_HTTPS_DOMAIN) $action_url = G4_HTTPS_DOMAIN.'/'.G4_SHOP_DIR.'/cartupdate.php'; else - $action_url = G4_SHOP_URL.'/cartupdate.php'; + $action_url = G4_MSHOP_URL.'/cartupdate.php'; ?>
@@ -161,7 +161,7 @@ else $img_big = $it['it_id'].'_l1'; // 기본이미지(대) ?>
- +
고객선호도 @@ -316,8 +316,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(); } @@ -327,11 +327,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); } @@ -430,7 +430,7 @@ else
@@ -440,7 +440,7 @@ else @@ -506,7 +506,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.php b/mobile/shop/list.php index ddd237106..3ada5ff9b 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -51,7 +51,7 @@ if ($is_admin) $error = '

등록된 상품이 없습니다.

'; // 리스트 유형별로 출력 - $list_file = G4_SHOP_PATH.'/'.$ca['ca_mobile_skin']; + $list_file = G4_MSHOP_PATH.'/'.$ca['ca_mobile_skin']; if (file_exists($list_file)) { $list_mod = $ca['ca_mobile_list_mod']; $list_row = $ca['ca_mobile_list_row']; diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php index 635f3a7dc..85f291584 100644 --- a/mobile/shop/list.skin.10.php +++ b/mobile/shop/list.skin.10.php @@ -4,22 +4,15 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 for ($i=1; $row=sql_fetch_array($result); $i++) { - $href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id']; - if ($list_mod >= 2) { // 1줄 이미지 : 2개 이상 - if ($i%$list_mod == 0) $sct_last = 'sct_last'; // 줄 마지막 - else if ($i%$list_mod == 1) $sct_last = 'sct_clear'; // 줄 첫번째 - else $sct_last = ''; - } else { // 1줄 이미지 : 1개 - $sct_last = 'sct_clear'; - } + $href = G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); - $sns_send = G4_SHOP_URL.'/sns_send.php?url='.urlencode(G4_SHOP_URL.'/item.php?it_id='.$row['it_id']); + $sns_send = G4_MSHOP_URL.'/sns_send.php?url='.urlencode(G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']); $sns_send .= '&title='.urlencode(cut_str($sns_title, 100)); if ($i == 1) echo '