쇼핑몰: 콘텐츠 시작 끝 부분 주석 처리 작업 완료

This commit is contained in:
whitedot
2013-07-01 18:07:58 +09:00
parent c24954cb5f
commit 90b9790463
40 changed files with 167 additions and 19 deletions

View File

@ -2,6 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 쇼핑몰 카테고리 시작 { -->
<nav id="gnb">
<h2>쇼핑몰 카테고리</h2>
<ul id="gnb_1dul">
@ -33,3 +34,4 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<?php } ?>
</ul>
</nav>
<!-- } 쇼핑몰 카테고리 끝 -->

View File

@ -2,6 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 쇼핑몰 커뮤니티 시작 { -->
<aside id="scomm">
<h2>쇼핑몰 커뮤니티</h2>
@ -20,4 +21,5 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
</ul>
</aside>
</aside>
<!-- } 쇼핑몰 커뮤니티 끝 -->

View File

@ -2,6 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 쇼핑몰 이벤트 시작 { -->
<aside id="sev">
<h2>쇼핑몰 이벤트</h2>
@ -35,4 +36,5 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
</ul>
</aside>
</aside>
<!-- } 쇼핑몰 이벤트 끝 -->

View File

@ -7,6 +7,7 @@ $tv_div['img_height'] = 70;
$tv_div['img_length'] = 3; // 한번에 보여줄 이미지 수
?>
<!-- 오늘 본 상품 시작 { -->
<div id="stv_list">
<h2>
오늘 본 상품
@ -109,4 +110,5 @@ $(window).scroll(function() {
<!--[if lte IE 6]>
<script src="<?php echo G4_JS_URL ?>/scroll_oldie.js"></script>
<![endif]-->
<![endif]-->
<!-- } 오늘 본 상품 끝 -->

View File

@ -38,6 +38,7 @@ $g4['title'] = '장바구니';
include_once('./_head.php');
?>
<!-- 장바구니 시작 { -->
<script src="<?php echo G4_JS_URL; ?>/shop.js"></script>
<div id="sod_bsk">
@ -291,6 +292,7 @@ function form_check(act) {
return true;
}
</script>
<!-- } 장바구니 끝 -->
<?php
include_once('./_tail.php');

View File

@ -27,6 +27,7 @@ if(!mysql_num_rows($result))
die('no-cart');
?>
<!-- 장바구니 옵션 시작 { -->
<form name="foption" method="post" action="<?php echo G4_SHOP_URL; ?>/cartupdate.php" onsubmit="return formcheck(this);">
<input type="hidden" name="act" value="optionmod">
<input type="hidden" name="it_id" value="<?php echo $it['it_id']; ?>">
@ -158,4 +159,5 @@ function formcheck(f)
f.submit();
}
</script>
</script>
<!-- } 장바구니 옵션 끝 -->

View File

@ -51,7 +51,10 @@ $str = preg_replace($src, $dst, $str);
if ($is_admin)
echo '<div class="socc_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/contentform.php?w=u&amp;co_id='.$co_id.'" class="btn_admin">내용 수정</a></div>';
?>
<!-- 등록내용 시작 { -->
<?php
$himg = G4_DATA_PATH.'/content/'.$co_id.'_h';
if (file_exists($himg)) // 상단 이미지
echo '<div id="socc_himg" class="socc_img"><img src="'.G4_DATA_URL.'/content/'.$co_id.'_h" alt=""></div>';
@ -75,7 +78,10 @@ if (file_exists($timg)) // 하단 이미지
if ($is_admin)
echo '<div class="socc_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/contentform.php?w=u&amp;co_id='.$co_id.'" class="btn_admin">내용 수정</a></div>';
?>
<!-- } 등록내용 끝 -->
<?php
if ($co['co_include_tail'])
@include_once($co['co_include_tail']);
else

View File

@ -13,16 +13,17 @@ include_once('./_head.php');
if ($is_admin)
echo '<div class="sev_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/itemeventform.php?w=u&amp;ev_id='.$ev['ev_id'].'" class="btn_admin">이벤트 관리</a></div>';
?>
<!-- 이벤트 시작 { -->
<?php
$himg = G4_DATA_PATH.'/event/'.$ev_id.'_h';
if (file_exists($himg))
echo '<div id="sev_himg" class="sev_img"><img src="'.G4_DATA_URL.'/event/'.$ev_id.'_h" alt=""></div>';
// 상단 HTML
echo '<div id="sev_hhtml">'.stripslashes($ev['ev_head_html']).'</div>';
?>
<?php
// 상품 출력순서가 있다면
if ($sort != "")
$order_by = $sort . " , ";
@ -110,6 +111,9 @@ echo '<div id="sev_thtml">'.stripslashes($ev['ev_tail_html']).'</div>';
$timg = G4_DATA_PATH.'/event/'.$ev_id.'_t';
if (file_exists($timg))
echo '<div id="sev_timg" class="sev_img"><img src="'.G4_DATA_URL.'/event/'.$ev_id.'_t" alt=""></div>';
?>
<!-- } 이벤트 끝 -->
<?php
include_once('./_tail.php');
?>

View File

@ -18,6 +18,7 @@ if ($is_admin)
echo '<div class="sfaq_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/faqmasterform.php?w=u&amp;fm_id='.$fm_id.'" class="btn_admin">FAQ 수정</a></div>';
?>
<!-- FAQ 시작 { -->
<?php
$himg = G4_DATA_PATH.'/faq/'.$fm_id.'_h';
if (file_exists($himg))
@ -79,7 +80,10 @@ echo '<div id="sfaq_thtml">'.stripslashes($fm['fm_tail_html']).'</div>';
$timg = G4_DATA_PATH.'/faq/'.$fm_id.'_t';
if (file_exists($timg))
echo '<div id="sfaq_timg" class="sfaq_img"><img src="'.G4_DATA_URL.'/faq/'.$fm_id.'_t" alt=""></div>';
?>
<!-- } FAQ 끝 -->
<?php
if ($is_admin)
echo '<div class="sfaq_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/faqmasterform.php?w=u&amp;fm_id='.$fm_id.'" class="btn_admin">FAQ 수정</a></div>';

View File

@ -92,7 +92,10 @@ include G4_SHOP_PATH.'/listcategory.inc.php';
if ($is_admin)
echo '<div class="sit_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/itemform.php?w=u&amp;it_id='.$it_id.'" class="btn_admin">상품 관리</a></div>';
?>
<!-- 상품 상세보기 시작 { -->
<?php
$himg = G4_DATA_PATH.'/item/'.$it_id.'_h';
if (file_exists($himg))
echo '<div id="sit_himg" class="sit_img"><img src="'.G4_DATA_URL.'/item/'.$it_id.'_h" alt=""></div>';
@ -177,6 +180,7 @@ else
<input type="hidden" name="url">
<div id="sit_ov_wrap">
<!-- 상품이미지 미리보기 시작 { -->
<div id="sit_pvi">
<div id="sit_pvi_big">
<?php
@ -222,9 +226,11 @@ else
}
?>
</div>
<!-- } 상품이미지 미리보기 끝 -->
<?php //echo it_name_icon($it, false, 0); ?>
<!-- 상품 요약정보 및 구매 시작 { -->
<section id="sit_ov">
<h2 id="sit_title"><?php echo stripslashes($it['it_name']); ?> 요약정보 및 구매</h2>
<p id="sit_desc"><?php echo $it['it_basic']; ?></p>
@ -356,6 +362,7 @@ else
$option_1 = get_item_options($it['it_id'], $it['it_option_subject']);
if($option_1) {
?>
<!-- 선택옵션 시작 { -->
<section>
<h3>선택옵션</h3>
<table class="sit_ov_tbl">
@ -370,6 +377,7 @@ else
</tbody>
</table>
</section>
<!-- } 선택옵션 끝 -->
<?php
}
?>
@ -378,6 +386,7 @@ else
$option_2 = get_item_supply($it['it_id'], $it['it_supply_subject']);
if($option_2) {
?>
<!-- 추가옵션 시작 { -->
<section>
<h3>추가옵션</h3>
<table class="sit_ov_tbl">
@ -392,12 +401,14 @@ else
</tbody>
</table>
</section>
<!-- } 추가옵션 끝 -->
<?php
}
?>
<?php } // 전화문의가 아닐 경우 끝 ?>
<!-- 선택된 옵션 시작 { -->
<section id="sit_sel_option">
<h3>선택된 옵션</h3>
<?php if(!$option_1 && !$option_2) { ?>
@ -424,7 +435,9 @@ else
</script>
<?php } ?>
</section>
<!-- } 선택된 옵션 끝 -->
<!-- 총 구매액 -->
<div id="sit_tot_price"></div>
<?php } // 갤러리가 아닐 경우 끝 ?>
@ -466,10 +479,12 @@ else
}
</script>
</section>
<!-- } 상품 요약정보 및 구매 끝 -->
</div>
</form>
<!-- 다른 상품 보기 시작 { -->
<aside id="sit_siblings">
<h2>다른 상품 보기</h2>
<?php
@ -481,6 +496,7 @@ else
}
?>
</aside>
<!-- } 다른 상품 보기 끝 -->
<script>
function click_item(id)
@ -507,6 +523,7 @@ else
}
</script>
<!-- 상품 정보 시작 { -->
<section id="sit_inf">
<h2>상품 정보</h2>
<?php echo pg_anchor('inf'); ?>
@ -555,8 +572,9 @@ else
<?php } //if?>
</section>
<!-- 상품설명 end -->
<!-- } 상품 정보 끝 -->
<!-- 사용후기 시작 { -->
<section id="sit_use">
<h2>사용후기</h2>
<?php echo pg_anchor('use'); ?>
@ -568,7 +586,9 @@ else
});
</script>
</section>
<!-- } 사용후기 끝 -->
<!-- 상품문의 시작 { -->
<section id="sit_qa">
<h2>상품문의</h2>
<?php echo pg_anchor('qa'); ?>
@ -580,26 +600,32 @@ else
});
</script>
</section>
<!-- } 상품문의 끝 -->
<?php if ($default['de_baesong_content']) { // 배송정보 내용이 있다면 ?>
<!-- 배송정보 시작 { -->
<section id="sit_dvr">
<h2>배송정보</h2>
<?php echo pg_anchor('dvr'); ?>
<?php echo conv_content($default['de_baesong_content'], 1); ?>
</section>
<!-- } 배송정보 끝 -->
<?php } ?>
<?php if ($default['de_change_content']) { // 교환/반품 내용이 있다면 ?>
<!-- 교환/반품 시작 { -->
<section id="sit_ex">
<h2>교환/반품</h2>
<?php echo pg_anchor('ex'); ?>
<?php echo conv_content($default['de_change_content'], 1); ?>
</section>
<!-- } 교환/반품 끝 -->
<?php } ?>
<!-- 관련상품 시작 { -->
<section id="sit_rel">
<h2>관련상품</h2>
<?php echo pg_anchor('rel'); ?>
@ -620,6 +646,7 @@ else
?>
</div>
</section>
<!-- } 관련상품 끝 -->
<script>
$(function(){
@ -772,7 +799,7 @@ else
</script>
<![endif]-->
</div><!-- #sit 끝 -->
</div>
<?php
// 하단 HTML
@ -781,7 +808,10 @@ echo stripslashes($it['it_tail_html']);
$timg = G4_DATA_PATH.'/item/'.$it_id.'_t';
if (file_exists($timg))
echo '<div id="sit_timg" class="sit_img"><img src="'.G4_DATA_URL.'/item/'.$it_id.'_t" alt=""></div>';
?>
<!-- } 상품 상세보기 끝 -->
<?php
if ($ca['ca_include_tail'])
@include_once($ca['ca_include_tail']);
else

View File

@ -11,6 +11,7 @@ $itemqa_formupdate = "./itemqaformupdate.php?it_id=".$it_id;
$thumbnail_width = 500;
?>
<!-- 상품문의 목록 시작 { -->
<section id="sit_qa_list">
<h3>등록된 상품문의</h3>
@ -180,3 +181,4 @@ $(function(){
});
});
</script>
<!-- } 상품문의 목록 끝 -->

View File

@ -30,6 +30,7 @@ if ($w == "u")
include_once(G4_PATH.'/head.sub.php');
?>
<!-- 상품문의 쓰기 시작 { -->
<div id="sit_qa_write" class="new_win">
<h1 class="new_win_title">상품문의 쓰기</h1>
@ -75,6 +76,7 @@ function fitemqa_submit(f)
return true;
}
</script>
<!-- } 상품문의 쓰기 끝 -->
<?php
include_once(G4_PATH.'/tail.sub.php');

View File

@ -17,6 +17,7 @@ $g4['title'] = $it['it_name'].' - 추천하기';
include_once(G4_PATH.'/head.sub.php');
?>
<!-- 상품 추천하기 시작 { -->
<div id="sit_rec_new" class="new_win">
<h1><?php echo $g4['title']; ?></h1>
@ -60,6 +61,7 @@ function fitemrecommend_check(f)
return true;
}
</script>
<!-- } 상품 추천하기 끝 -->
<?php
include_once(G4_PATH.'/tail.sub.php');

View File

@ -38,6 +38,7 @@ if ($w == "") {
include_once(G4_PATH.'/head.sub.php');
?>
<!-- 사용후기 쓰기 시작 { -->
<div id="sit_use_write" class="new_win">
<h1 class="new_win_title">사용후기 쓰기</h1>
@ -131,6 +132,7 @@ function fitemuse_submit(f)
return true;
}
</script>
<!-- } 사용후기 쓰기 끝 -->
<?php
include_once(G4_PATH.'/tail.sub.php');

View File

@ -58,6 +58,7 @@ if ($page == "") { $page = 1; } // 페이지가 없으면 첫 페이지 (1 페
$from_record = ($page - 1) * $rows; // 시작 열을 구함
?>
<!-- 사용후기 목록 시작 { -->
<a href="<?php echo $_SERVER['PHP_SELF']; ?>">전체보기</a>
<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
@ -121,7 +122,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
</dl>
<div id="sps_con_<?php echo $i; ?>" style="display:none;">
<?php echo $is_content; // 상품 문의 내용 ?>
<?php echo $is_content; // 사용후기 내용 ?>
</div>
<div class="sps_con_btn"><button class="sps_con_<?php echo $i; ?>">보기</button></div>
@ -132,10 +133,8 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
if ($i > 0) echo '</ol>';
if ($i == 0) echo '<p id="sps_empty">자료가 없습니다.</p>';
?>
</div>
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
<script>
@ -153,6 +152,7 @@ $(function(){
});
});
</script>
<!-- } 사용후기 목록 끝 -->
<?php
include_once('./_tail.php');

View File

@ -46,6 +46,7 @@ if ($is_admin)
echo '<div class="sct_admin"><a href="'.G4_ADMIN_URL.'/shop_admin/categoryform.php?w=u&amp;ca_id='.$ca_id.'" class="btn_admin">분류 관리</a></div>';
?>
<!-- 상품 목록 시작 { -->
<div id="sct">
<?php
@ -133,6 +134,7 @@ if($skin)
$qstr1 .='&amp;ev_id='.$ev_id.'&amp;sort='.$sort.'&amp;sortodr='.$sortodr;
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&amp;page=');
?>
<!-- } 상품 목록 끝 -->
<?php
if ($ca['ca_include_tail'])

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 10 시작 { -->
<?php
for ($i=1; $row=sql_fetch_array($result); $i++)
{
$href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id'];
@ -44,3 +47,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 10 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 11 시작 { -->
<?php
for ($i=1; $row=sql_fetch_array($result); $i++)
{
$href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id'];
@ -44,3 +47,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 11 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 12 시작 { -->
<?php
for ($i=1; $row=sql_fetch_array($result); $i++)
{
$href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id'];
@ -44,3 +47,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 12 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 13 시작 { -->
<?php
for ($i=1; $row=sql_fetch_array($result); $i++)
{
$href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id'];
@ -47,3 +50,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 13 끝 -->

View File

@ -7,6 +7,7 @@ if($skin)
$sct_sort_href .= '&amp;ev_id='.$ev_id.'&amp;sort=';
?>
<!-- 상품 정렬 선택 시작 { -->
<section id="sct_sort">
<h2>상품 정렬</h2>
<div>
@ -23,4 +24,5 @@ $sct_sort_href .= '&amp;ev_id='.$ev_id.'&amp;sort=';
<li><a href="<?php echo $sct_sort_href; ?>it_type4&amp;sortodr=desc" class="btn01">인기상품</a></li>
<li><a href="<?php echo $sct_sort_href; ?>it_type5&amp;sortodr=desc" class="btn01">할인상품</a></li>
</ul>
</section>
</section>
<!-- } 상품 정렬 선택 끝 -->

View File

@ -20,11 +20,13 @@ while ($row=sql_fetch_array($result)) {
if ($exists) {
?>
<!-- 상품분류 1 시작 { -->
<aside id="sct_ct_1" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul>
<?php echo $str; ?>
</ul>
</aside>
<!-- } 상품분류 1 끝 -->
<?php } ?>

View File

@ -49,11 +49,13 @@ if (!$exists) {
if ($exists) {
?>
<!-- 상품분류 2 시작 { -->
<aside id="sct_ct_2" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul>
<?php echo $str; ?>
</ul>
</aside>
<!-- } 상품분류 2 끝 -->
<?php } ?>

View File

@ -18,11 +18,13 @@ while ($row=sql_fetch_array($result)) {
if ($exists) {
?>
<!-- 상품분류 3 시작 { -->
<aside id="sct_ct_3" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul>
<?php echo $str; ?>
</ul>
</aside>
<!-- } 상품분류 3 끝 -->
<?php } ?>

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 10 시작 { -->
<?php
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개 이상
@ -38,3 +41,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 10 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 11 시작 { -->
<?php
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개 이상
@ -38,3 +41,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 11 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 12 시작 { -->
<?php
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개 이상
@ -40,3 +43,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열 12 끝 -->

View File

@ -1,7 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열 수
?>
<!-- 상품진열 13 시작 { -->
<?php
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개 이상
@ -43,3 +46,4 @@ if ($i > 1) echo '</ul>';
if($i == 1) echo '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
?>
<!-- } 상품진열13 끝 -->

View File

@ -37,11 +37,11 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
}
?>
<!-- 마일리지 내역 시작 { -->
<div id="point" class="new_win">
<h1><?php echo $g4['title'] ?></h1>
<h1 id="new_win_title"><?php echo $g4['title'] ?></h1>
<table class="basic_tbl">
<caption>마일리지 사용내역 목록</caption>
<thead>
<tr>
<th scope="col">일시</th>
@ -106,6 +106,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
<div class="btn_win"><a href="javascript:;" onclick="window.close();">창닫기</a></div>
</div>
<!-- } 마일리지 내역 끝 -->
<?php
include_once(G4_PATH.'/tail.sub.php');

View File

@ -16,8 +16,10 @@ include_once('./_head.php');
//include("./navigation2.inc.php");
?>
<!-- 마이페이지 시작 { -->
<div id="smb_my">
<!-- 회원정보 개요 시작 { -->
<section id="smb_my_ov">
<h2>회원정보 개요</h2>
@ -52,7 +54,9 @@ include_once('./_head.php');
<dd id="smb_my_ovaddd"><?php echo sprintf("(%s-%s) %s %s", $member['mb_zip1'], $member['mb_zip2'], $member['mb_addr1'], $member['mb_addr2']); ?></dd>
</dl>
</section>
<!-- } 회원정보 개요 끝 -->
<!-- 최근 주문내역 시작 { -->
<section id="smb_my_od">
<h2>최근 주문내역</h2>
<?php
@ -67,7 +71,9 @@ include_once('./_head.php');
<a href="./orderinquiry.php" class="btn01">주문내역 더보기</a>
</div>
</section>
<!-- } 최근 주문내역 끝 -->
<!-- 최근 위시리스트 시작 { -->
<section id="smb_my_wish">
<h2>최근 위시리스트</h2>
@ -113,6 +119,7 @@ include_once('./_head.php');
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
</div>
</section>
<!-- } 최근 위시리스트 끝 -->
</div>
@ -122,6 +129,7 @@ function member_leave()
return confirm('정말 회원에서 탈퇴 하시겠습니까?')
}
</script>
<!-- } 마이페이지 끝 -->
<?php
include_once("./_tail.php");

View File

@ -14,6 +14,8 @@ for ($i=0; $row_nw=sql_fetch_array($result); $i++)
$sql = " select * from {$g4['shop_new_win_table']} where nw_id = '{$row_nw['nw_id']}' ";
$nw = sql_fetch($sql);
?>
<!-- 팝업레이어 시작 { -->
<div id="hd_pops_<?php echo $nw['nw_id'] ?>" class="hd_pops" style="top:<?php echo $nw['nw_top']?>px;left:<?php echo $nw['nw_left']?>px;width:<?php echo $nw['nw_width'] ?>px;height:<?php echo $nw['nw_height'] ?>px">
<div class="hd_pops_con">
<?php echo conv_content($nw['nw_content'], 1); ?>
@ -41,4 +43,5 @@ $(function() {
$('#'+idb[1]).css('display','none');
});
});
</script>
</script>
<!-- } 팝업레이어 끝 -->

View File

@ -19,6 +19,7 @@ $result = sql_query($sql);
$count = mysql_num_rows($result);
?>
<!-- 쿠폰 선택 시작 { -->
<div id="od_coupon_frm">
<?php if($count > 0) { ?>
<table class="basic_tbl">
@ -66,4 +67,5 @@ $count = mysql_num_rows($result);
<div class="btn_confirm">
<button type="button" id="od_coupon_close" class="btn_submit">닫기</button>
</div>
</div>
</div>
<!-- } 쿠폰 선택 끝 -->

View File

@ -122,6 +122,7 @@ function get_intall_file()
<form name="forderform" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off">
<div id="sod_frm">
<!-- 주문상품 확인 시작 { -->
<p>주문하실 상품을 확인하세요.</p>
<table id="sod_list" class="basic_tbl">
<thead>
@ -313,7 +314,9 @@ function get_intall_file()
</table>
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
<!-- } 주문상품 확인 끝 -->
<!-- 주문상품 합계 시작 { -->
<dl id="sod_bsk_tot">
<dt class="sod_bsk_sell">주문</dt>
<dd class="sod_bsk_sell"><strong><?php echo number_format($tot_sell_amount); ?> 원</strong></dd>
@ -329,6 +332,7 @@ function get_intall_file()
<dt class="sod_bsk_point"><?php echo $default['de_mileage_use'] ? '마일리지' : '포인트'; ?></dt>
<dd class="sod_bsk_point"><strong><?php echo number_format($tot_point); ?> 점</strong></dd>
</dl>
<!-- } 주문상품 합계 끝 -->
<input type="hidden" name="od_amount" value="<?php echo $tot_sell_amount; ?>">
<input type="hidden" name="org_od_amount" value="<?php echo $tot_sell_amount; ?>">
@ -576,6 +580,7 @@ function get_intall_file()
/* ============================================================================== */
?>
<!-- 주문하시는 분 입력 시작 { -->
<section id="sod_frm_orderer">
<h2>주문하시는 분</h2>
@ -650,7 +655,9 @@ function get_intall_file()
</tbody>
</table>
</section>
<!-- } 주문하시는 분 입력 끝 -->
<!-- 받으시는 분 입력 시작 { -->
<section id="sod_frm_taker">
<h2>받으시는 분</h2>
@ -702,7 +709,9 @@ function get_intall_file()
</tbody>
</table>
</section>
<!-- } 받으시는 분 입력 끝 -->
<!-- 결제정보 입력 시작 { -->
<?php
if($is_member) {
// 주문쿠폰
@ -900,14 +909,17 @@ function get_intall_file()
echo '<p>결제할 방법이 없습니다.<br>운영자에게 알려주시면 감사하겠습니다.</p>';
?>
</section>
<!-- } 결제 정보 입력 끝 -->
<!-- Payplus Plug-in 설치 안내 -->
<!-- Payplus Plug-in 설치 안내 시작 { -->
<p id="display_setup_message" style="display:block">
<span class="red">결제를 계속 하시려면 상단의 노란색 표시줄을 클릭</span>하시거나 <a href="https://pay.kcp.co.kr/plugin_new/file/KCPPluginSetup.exe" onclick="return get_intall_file();"><b><u>[수동설치]</u></b></a>를 눌러 다운로드 된 Payplus Plug-in을 설치하시기 바랍니다.<br>
[수동설치]를 눌러 설치하신 경우 <span class="red bold">새로고침(F5)키</span>를 눌러 진행하시기 바랍니다.<br>
새로고침(F5) 한후에도 계속 설치파일이 다운로드 되거나 결제가 되지 않으면 브라우저를 새로 열어서 주문해 주시기 바랍니다.<br>
브라우저가 익스플로러가 아닌 경우 Payplus Plug-in 설치에 문제가 있을수 있음을 알려 드립니다.
</p>
<!-- } Payplus Plug-in 설치 안내 끝 -->
<div id="display_pay_button" class="btn_confirm" style="display:none">
<input type="submit" value="주문하기" class="btn_submit">
<a href="javascript:history.go(-1);" class="btn01">취소</a>
@ -915,6 +927,7 @@ function get_intall_file()
</form>
<?php if ($default['de_escrow_use']) { ?>
<!-- 에스크로 안내 시작 { -->
<section id="sod_frm_escrow">
<h2>에스크로 안내</h2>
<form name="escrow_foot" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp">
@ -958,6 +971,7 @@ function get_intall_file()
document.escrow_foot.submit();
}
</script>
<!-- } 에스크로 안내 끝 -->
<?php } ?>
<!-- <?php if ($default[de_card_use] || $default[de_iche_use]) { echo "결제대행사 : $default[de_card_pg]"; } ?> -->

View File

@ -60,6 +60,7 @@ $g4['title'] = '주문내역조회';
include_once('./_head.php');
?>
<!-- 주문 내역 시작 { -->
<div id="sod_v">
<p>주문서번호 링크를 누르시면 주문상세내역을 조회하실 수 있습니다.</p>
@ -70,6 +71,7 @@ include_once('./_head.php');
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
</div>
<!-- } 주문 내역 끝 -->
<?php
include_once('./_tail.php');

View File

@ -4,6 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가
?>
<!-- 주문 내역 목록 시작 { -->
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
<table class="basic_tbl">
@ -54,3 +55,4 @@ if ($i == 0)
?>
</tbody>
</table>
<!-- } 주문 내역 목록 끝 -->

View File

@ -31,6 +31,7 @@ $g4['title'] = '주문상세내역';
include_once('./_head.php');
?>
<!-- 주문상세내역 시작 { -->
<script>
var openwin = window.open( './kcp/proc_win.html', 'proc_win', '' );
if(openwin != null) {
@ -583,6 +584,7 @@ if(openwin != null) {
<?php } ?>
</div>
<!-- } 주문상세내역 끝 -->
<?php
include_once('./_tail.php');

View File

@ -40,6 +40,7 @@ $result = sql_query($sql);
$count = mysql_num_rows($result);
?>
<!-- 쿠폰 선택 시작 { -->
<div id="it_coupon_frm">
<?php if($count > 0) { ?>
<table class="basic_tbl">
@ -87,4 +88,5 @@ $count = mysql_num_rows($result);
<div class="btn_confirm">
<button type="button" id="it_coupon_close" class="btn_submit">닫기</button>
</div>
</div>
</div>
<!-- } 쿠폰 선택 끝 -->

View File

@ -20,6 +20,7 @@ $result = sql_query($sql);
$count = mysql_num_rows($result);
?>
<!-- 쿠폰선택 시작 { -->
<div id="sc_coupon_frm">
<?php if($count > 0) { ?>
<table class="basic_tbl">
@ -70,4 +71,5 @@ $count = mysql_num_rows($result);
<div class="btn_confirm">
<button type="button" id="sc_coupon_close" class="btn_submit">닫기</button>
</div>
</div>
</div>
<!-- } 쿠폰선택 끝 -->

View File

@ -47,6 +47,7 @@ $row = sql_fetch($sql);
$total_count = $row['cnt'];
?>
<!-- 검색결과 시작 { -->
<div id="ssch">
<div id="ssch_ov">검색어 <strong><?php echo ($search_str ? stripslashes(get_text($search_str)) : '없음'); ?></strong> | 검색 결과 <strong><?php echo $total_count; ?></strong>건</div>
@ -144,6 +145,7 @@ $total_count = $row['cnt'];
<?php } // function 끝 ?>
</div>
<!-- } 검색결과 끝 -->
<?php
include_once('./_tail.php');

View File

@ -13,6 +13,7 @@ $g4['title'] = "위시리스트";
include_once('./_head.php');
?>
<!-- 위시리스트 시작 { -->
<div id="sod_ws">
<form name="fwishlist" method="post" action="./cartupdate.php">
@ -139,6 +140,7 @@ include_once('./_head.php');
}
//-->
</script>
<!-- } 위시리스트 끝 -->
<?php
include_once('./_tail.php');