Help Center

카페24 소식

[HTML 디자인] 공인인증 적용 상향조정 및 ISP추가

2004-04-01


2004년 4월 1일 부터 우리평화카드(구 평화카드), 조흥강원카드(구 강원비자카드) 가 ISP / 안심클릭 방식으로 추가되었습니다. 템플릿 디자인 쇼핑몰은 자동 적용되었습니다.

HTML 디자인 설정 고객님께서는 결제화면의 카드결제 버튼 화면에서 아래 소스를 참고하셔서 수정하시면 됩니다.

HTML 디자인

주문관련 > 주문서 작성 > 주문서작성페이지 > 카드결제 버튼

부분을 다음과 같이 변경해 주시기 바랍니다.

{{*
파일 내용 : 카드 결제 버튼 출력
변수 설명 :
*}}

<!-- UNIT u7 시작 -->
<tr>
<td align="middle"><b> <font color='{{$font_array.c_3.font_color}}' face='{{$font_array.c_3.font_type}}'>신용카드</font>
</b></td>

<td> <font color=red>시티/축협/광주카드</font></td>

<td><a href="javascript:open_pay('allat')"><img src="{{$img_array.c_3.2.url}}" border="0" width="65" height="18"></a></td>
</tr>
<tr>
<td align="middle"><b> <font color='{{$font_array.c_3.font_color}}' face='{{$font_array.c_3.font_type}}'>신용카드<br>
(안심클릭)</font></b></td>

<td> <font color='{{$font_array.c_3.font_color}}' face='{{$font_array.c_3.font_type}}'>2004년 4월 1일부터 <font color=red>삼성/LG/외환/신한/현대/롯데(AMEX)/하나/한미/제주/수협/전북 카드</font> 고객께서는 30만원 (단,외환카드는 10만원) 이상 결제건에 대해서 <font color=red>안심클릭</font>으로 공인인증서를 통한 본인확인이 필요합니다.<p>
<a href='http://echosting.cafe24.com/php/popup/card_notice.php' target=mainFrame>안심클릭결제 도움말 보기</a></font></td>

<td><a href="javascript:open_pay('allat_sep')"><img src="{{$img_array.c_3.2.url}}" border="0" width="65" height="18"></a></td>
</tr>
<tr>
<td align="middle"><b> <font color='{{$font_array.c_3.font_color}}' face='{{$font_array.c_3.font_type}}'>신용카드<br>
(ISP)</font></b></td>

<td> <font color='{{$font_array.c_3.font_color}}' face='{{$font_array.c_3.font_type}}'>2004년 4월 1일부터 <font color=red>국민/비씨/우리평화/조흥(강원) 카드</font> 고객께서는 의무적으로 <font color=red>인터넷 안전 결제</font> (ISP)로 결제를 하셔야만 합니다.<p>
<a href='http://www.vpay.co.kr/isp5.html' target=mainFrame>ISP 결제 도움말 보기</a></font></td>

<td><a href="javascript:open_pay('allat_isp')"><img src="{{$img_array.c_3.2.url}}" border="0" width="65" height="18"></a></td>
</tr>

<!-- UNIT u7 종료 -->