diff --git a/adm/member_form.php b/adm/member_form.php
index 19acabab7..cbc9b0de9 100644
--- a/adm/member_form.php
+++ b/adm/member_form.php
@@ -134,7 +134,7 @@ include_once('./admin.head.php');
-
- 우편번호 검색
+ 우편번호 검색
' title="행정기본주소" size="50">
' title="상세주소" size="50"> 상세주소 입력
|
diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php
index 36c870ecb..c82814479 100644
--- a/adm/shop_admin/configform.php
+++ b/adm/shop_admin/configform.php
@@ -226,6 +226,7 @@ include_once (G4_ADMIN_PATH."/admin.head.php");
배송정보
+
|
@@ -507,12 +510,12 @@ include_once (G4_ADMIN_PATH."/admin.head.php");
| |
=editor_html('de_change_content', $default[de_change_content]);?> |
-
+
-
@@ -711,6 +714,7 @@ function byte_check(el_cont, el_byte)
SMS 내용설정
+
$sms_title = array (1=>"회원가입시", "주문서작성시", "입금확인시", "상품배송시");
@@ -721,7 +725,7 @@ $sms_daesang = array (1=>"고객님께 발송", "관리자께 발송", "고객
| =$sms_title[$i]?> |
| (=$sms_daesang[$i]?>) |
-
+
|
@@ -735,11 +739,12 @@ $sms_daesang = array (1=>"고객님께 발송", "관리자께 발송", "고객
} ?>
-
-
+
+
SMS 환경설정
+
|
diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php
index e86f499b3..b35a702c9 100644
--- a/adm/shop_admin/itemform.php
+++ b/adm/shop_admin/itemform.php
@@ -415,8 +415,8 @@ if ($ii) {
$img_url = G4_DATA_URL."/item/$it_id/{$it[$idx]}";
if (file_exists($img) && is_file($img)) {
$size = getimagesize($img);
- echo " 삭제";
- echo " ";
+ echo " 삭제";
+ echo " ";
}
?>
|
@@ -628,7 +628,7 @@ if ($ii) {
$comma = "";
$sql = " select b.ev_id, b.ev_subject
from $g4[yc4_event_item_table] a
- left join $g4[yc4_event_table] b on (a.ev_id="b".ev_id)
+ left join $g4[yc4_event_table] b on (a.ev_id=b.ev_id)
where a.it_id = '$it_id'
order by b.ev_id desc ";
$result = sql_query($sql);
@@ -730,7 +730,7 @@ if ($ii) {
$himg_str = "";
$himg = G4_DATA_PATH."/item/{$it[it_id]}_h";
if (file_exists($himg)) {
- echo "삭제";
+ echo "삭제";
$himg_str = "
";
}
?>
@@ -747,7 +747,7 @@ if ($ii) {
$timg_str = "";
$timg = G4_DATA_PATH."/item/{$it[it_id]}_t";
if (file_exists($timg)) {
- echo "삭제";
+ echo "삭제";
$timg_str = "
";
}
?>
diff --git a/bbs/password_lost.php b/bbs/password_lost.php
index b8924a298..19e716762 100644
--- a/bbs/password_lost.php
+++ b/bbs/password_lost.php
@@ -1,6 +1,6 @@
-define('G4_CAPTCHA', 1);
include_once('./_common.php');
+include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
if ($is_member) {
alert("이미 로그인중입니다.");
@@ -10,9 +10,10 @@ $g4['title'] = '회원아이디/패스워드 찾기';
include_once(G4_PATH.'/head.sub.php');
if ($g4['https_url'])
- $action_url = "{$g4['https_url']}/{$g4['bbs']}/password_lost2.php";
+ //$action_url = "{$g4['https_url']}/{$g4['bbs']}/password_lost2.php";
+ $action_url = G4_BBS_URL."/password_lost2.php";
else
- $action_url = "{$g4['bbs_url']}/password_lost2.php";
+ $action_url = G4_BBS_URL."/password_lost2.php";
include_once($member_skin_path.'/password_lost.skin.php');
diff --git a/bbs/password_lost2.php b/bbs/password_lost2.php
index eb31b3a68..728d6b8f7 100644
--- a/bbs/password_lost2.php
+++ b/bbs/password_lost2.php
@@ -1,6 +1,6 @@
-define('G4_CAPTCHA', 1);
include_once('./_common.php');
+include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
include_once(G4_PATH.'/lib/mailer.lib.php');
if ($is_member) {
diff --git a/css/default.css b/css/default.css
index 4b607f610..50f1d3ef8 100644
--- a/css/default.css
+++ b/css/default.css
@@ -303,6 +303,16 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
.sch_datetime {display:inline-block;margin-right:15px;color:#999}
.sch_word {font-weight:bold} /* 검색어 강조 */
+/* 우편번호 검색 */
+#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center}
+#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%}
+#post_code dt {margin-bottom:15px;color:#109ff1}
+#post_code dd {margin:0;padding:0}
+#post_code ul {margin:0;padding:0;list-style:none}
+#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee;color:#000;text-decoration:none}
+#post_code p {margin:0 auto 30px;width:90%}
+.post_code {display:inline-block;width:50px;color:#999}
+
/* 게시판 쓰기 */
#bo_w caption {padding:0;height:0;overflow:hidden}
diff --git a/shop/orderform.php b/shop/orderform.php
index db5648dbe..1f711532e 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -3,6 +3,7 @@ include_once('./_common.php');
set_session('ss_direct', $sw_direct);
+
$uq_id = get_session('ss_uniqid');
if($sw_direct != 1)
diff --git a/shop/settle_kcp.inc.php b/shop/settle_kcp.inc.php
index 6e3701532..f96e944bb 100644
--- a/shop/settle_kcp.inc.php
+++ b/shop/settle_kcp.inc.php
@@ -3,6 +3,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$test = "";
+<<<<<<< HEAD
+$default['de_card_test'] = 1;
+$default['de_escrow_use'] = 1;
+=======
+>>>>>>> a811b2f9cff6268823ba4ef76b9e57769cf04bc6
if ($default['de_card_test']) {
if ($default['de_escrow_use'] == 1) {
// 에스크로결제 테스트
@@ -21,6 +26,7 @@ else {
$default['de_kcp_mid'] = "SR".$default['de_kcp_mid'];
}
+
if (strtolower($g4['charset']) == 'utf-8')
$g_conf_js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}_un.js";
else
diff --git a/skin/member/neo/zip.skin.php b/skin/member/neo/zip.skin.php
index fadc569c8..244fd5233 100644
--- a/skin/member/neo/zip.skin.php
+++ b/skin/member/neo/zip.skin.php
@@ -12,10 +12,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
-