쇼핑몰관리자: 쇼핑몰환경설정 KCP 서비스 신청 링크 추가

This commit is contained in:
whitedot
2014-02-07 14:27:33 +09:00
parent 0822e74e9a
commit 76254e5b1b
2 changed files with 6 additions and 1 deletions

View File

@ -555,7 +555,10 @@ if(!isset($default['de_shop_layout_use'])) {
</td>
</tr>
<tr>
<th scope="row"><label for="de_kcp_mid">KCP SITE CODE</label></th>
<th scope="row">
<label for="de_kcp_mid">KCP SITE CODE</label><br>
<a href="http://sir.co.kr/main/provider/p_pg.php" target="_blank" id="scf_kcpreg">KCP서비스신청하기</a>
</th>
<td>
<?php echo help("KCP 에서 받은 SR 로 시작하는 영대문자, 숫자 혼용 총 5자리 SITE CODE 를 입력하세요.\n만약, 사이트코드가 SR로 시작하지 않는다면 KCP에 사이트코드 변경 요청을 하십시오. 예) SRZ89"); ?>
<span class="sitecode">SR</span> <input type="text" name="de_kcp_mid" value="<?php echo $default['de_kcp_mid']; ?>" id="de_kcp_mid" class="frm_input" size="2" maxlength="3" style="font:bold 15px Verdana;"> 영대문자, 숫자 혼용 3자리

View File

@ -504,6 +504,8 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
/* 쇼핑몰 설정 */
#anc_scf_payment textarea {height:50px}
#scf_kcpreg {display:inline-block;margin:5px 0 0;padding:5px 10px;background:#ff4f91;color:#fff;font-weight:normal;text-decoration:none}
#scf_cardtest {margin:5px 0 0}
#scf_cardtest_btn {margin-left:5px;vertical-align:middle}
#scf_cardtest_tip {margin:10px 0 0;padding:10px;border:3px solid #ddd}