Help Center

카페24 소식

[스마트디자인] 주문서 전자보증 서비스 UI 변경 안내

2013-03-13


안녕하세요, 카페24 운영도우미 입니다.

정보통신망법 개정에 따라 주민번호를 수집, 이용할 수 없게되어
전자보증 신청 시 정보입력 부분의 UI가 변경되었습니다.

자세한 내용은 아래를 참조해 주세요.



1. 제목 : 전자보증 서비스 UI 변경 안내

2. 적용일자 : 2013-03-13 (수)

3. 업데이트 내용


개정된 정보통신망법에 따라 주민번호 수집,이용이 금지되어 기존 전자보증 신청 시
민번호를 입력 받던 부분이 아래와 같이 생년월일, 성별을 입력받도록 UI가 변경되었습니다.

변경된 UI가 정상적으로 반영되려면 HTML 및 CSS 수정을 하셔야 하며,
아래와 같이 빨간색 소스는 삭제, 파란색 소스는 추가해주시기 바랍니다.

  1) 위치1 : order/orderform.html(주문서작성)

 <!-- 전자보증보험 -->
  <div class="boardView {$eguarantee_display|display}">
   <table border="1" summary="전자 보증 보험 입력란입니다." class="boardView ordAdd">
   <caption>전자 보증 보험</caption>
   <tr>
    <th scope="row">전자 보증 보험</th>
    <td>
     <div>
      <p>전자보증보험 발급 여부: {$form.eguarantee_flag}</p>
      <p>전자보증보험 안내 (100% 매매보호 안전결제) <a href="/common/usafe_notice.php" target="_blank" onclick="window.open(this.href,'new','height=500 width=550 toolbar=no location=no directory=no status=no resizable=no'); return false;">[자세히보기]</a></p>
      <p>물품대금결제시 구매자의 피해보호를 위해 '(주)서울보증보험'의 보증보험증권이 발급됩니다.</p>
      <p>증권이 발급되는 것의 의미는, 물품대금 결제시에 소비자에게 서울보증보험의 쇼핑몰보증보험 계약체결서를 인터넷상으로 자동 발급하여, 피해발생시 쇼핑몰보증보험으로써 완벽하게 보호받을 수 있습니다.</p>
      <p>또한, 입력하신 개인정보는 증권발급을 위해 필요한 정보이며 다른 용도로 사용되지 않습니다. </p>
      <p>전자보증보험 발생시 별도의 수수료가 부과되지 않습니다.</p>
     </div>
     <div id="eguarantee_personal">

<p>주문고객 주민등록번호: {$form.eguarantee_ssn1} - {$form.eguarantee_ssn2}</p>

                                                <p>생년월일: {$form.eguarantee_year} 년 {$form.eguarantee_month} 월 {$form.eguarantee_day} 일</p>                                            
<p>성별: {$form.eguarantee_user_gender}</p>

      <p>개인정보 이용동의: {$form.eguarantee_personal_agreement}</p>
     </div>
    </td>
   </tr>
  </table>
  </div>



  2) 위치2 : order/orderform.css(주문서작성)

.xans-order-form table.ordAdd #eguarantee_personal #eguarantee_ssn1 { width:80px; }
.xans-order-form table.ordAdd #eguarantee_personal #eguarantee_ssn2 { width:80px; }
 
.xans-order-form table.ordAdd #eguarantee_personal #eguarantee_year { width:30px; }
.xans-order-form table.ordAdd #eguarantee_personal #eguarantee_month { width:20px; }
.xans-order-form table.ordAdd #eguarantee_personal #eguarantee_day { width:20px; }


▼ 적용화면




카페24 는 쇼핑몰 운영을 보다 편리하고 쉽게 할 수 있도록 기능 업데이트를 지속적으로 진행하고 있습니다.
더 좋은 서비스가 되기 위해 노력하겠습니다. 끊임없는 애정과 관심 부탁 드립니다.

궁금하신 사항은 언제든지 고객지원센터 1:1게시판으로 문의해주세요. [문의하기]