에스크로 결제시 신용카드 결제만 일반결제로 돌리기
기본 소스를 최대한 안 건들이고 하려고 했습니다.
그리고 해당 소스 결제단은 이니시스 입니다.
1. /shop/orderform.php
<?php } else if($default['de_pg_service'] == 'inicis') { ?>
switch(settle_method)
{
case "계좌이체":
f.gopaymethod.value = "onlydbank";
break;
case "가상계좌":
f.gopaymethod.value = "onlyvbank";
break;
case "휴대폰":
f.gopaymethod.value = "onlyhpp";
break;
case "신용카드":
f.gopaymethod.value = "onlycard";
f.acceptmethod.value = "HPP(2):Card(0):no_receipt:cardpoint"; // 요부분 추가
break;
default:
f.gopaymethod.value = "무통장";
break;
}
<?php } ?>
2. /shop/inipay_result.php
if ($default['de_escrow_use'] == 1){
$escw_yn = 'Y';
if($_POST[gopaymethod] == 'onlycard'){ // 요부분 추가
$escw_yn = '';
}
}
참고로 저도 테스트를 충분히 한상태는 아닙니다...^ ^;;;;;
그리고 해당 소스 결제단은 이니시스 입니다.
1. /shop/orderform.php
<?php } else if($default['de_pg_service'] == 'inicis') { ?>
switch(settle_method)
{
case "계좌이체":
f.gopaymethod.value = "onlydbank";
break;
case "가상계좌":
f.gopaymethod.value = "onlyvbank";
break;
case "휴대폰":
f.gopaymethod.value = "onlyhpp";
break;
case "신용카드":
f.gopaymethod.value = "onlycard";
f.acceptmethod.value = "HPP(2):Card(0):no_receipt:cardpoint"; // 요부분 추가
break;
default:
f.gopaymethod.value = "무통장";
break;
}
<?php } ?>
2. /shop/inipay_result.php
if ($default['de_escrow_use'] == 1){
$escw_yn = 'Y';
if($_POST[gopaymethod] == 'onlycard'){ // 요부분 추가
$escw_yn = '';
}
}
참고로 저도 테스트를 충분히 한상태는 아닙니다...^ ^;;;;;
댓글 6개
10년 전
감사합니다. ^^
10년 전
감사합니다.. 혹씨 모바일은 어찌해야될까요?
10년 전
/mobile/shop/orderform.php 1215line
switch(settle_method) {
case "계좌이체":
paymethod = "bank";
break;
case "가상계좌":
paymethod = "vbank";
break;
case "휴대폰":
paymethod = "mobile";
break;
case "신용카드":
paymethod = "wcard";
f.P_RESERVED.value = "bank_receipt=N&twotrs_isp=Y&block_isp=Y"; // 신용카드 결제는 에스크로 결제가 아닌 일반결제로 돌린다.
break;
}
switch(settle_method) {
case "계좌이체":
paymethod = "bank";
break;
case "가상계좌":
paymethod = "vbank";
break;
case "휴대폰":
paymethod = "mobile";
break;
case "신용카드":
paymethod = "wcard";
f.P_RESERVED.value = "bank_receipt=N&twotrs_isp=Y&block_isp=Y"; // 신용카드 결제는 에스크로 결제가 아닌 일반결제로 돌린다.
break;
}
10년 전
답변이 너무 늦었습니다....^ ^;;;;
10년 전
감사합니다. ^^
10년 전
감사합니다 포그난님의 노고로 코에어서 업데이트가 됬네요. ^^
게시판 목록
영카트5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 371 |
이로홀딩스
|
2년 전 | 1556 | |
| 370 |
페이투페이
|
2년 전 | 1559 | |
| 369 | 2년 전 | 1306 | ||
| 368 | 2년 전 | 1721 | ||
| 367 | 2년 전 | 2063 | ||
| 366 | 2년 전 | 2280 | ||
| 365 | 2년 전 | 2081 | ||
| 364 | 2년 전 | 1610 | ||
| 363 | 3년 전 | 1352 | ||
| 362 | 3년 전 | 3122 | ||
| 361 | 3년 전 | 1924 | ||
| 360 |
|
3년 전 | 2676 | |
| 359 | 3년 전 | 2431 | ||
| 358 | 3년 전 | 1594 | ||
| 357 |
welcome
|
3년 전 | 1321 | |
| 356 | 3년 전 | 1635 | ||
| 355 | 3년 전 | 1899 | ||
| 354 | 3년 전 | 1566 | ||
| 353 | 3년 전 | 1273 | ||
| 352 | 3년 전 | 1324 | ||
| 351 | 3년 전 | 1432 | ||
| 350 | 3년 전 | 2520 | ||
| 349 | 3년 전 | 1677 | ||
| 348 | 3년 전 | 3277 | ||
| 347 | 4년 전 | 4077 | ||
| 346 | 4년 전 | 2827 | ||
| 345 | 4년 전 | 4496 | ||
| 344 |
별지기천사
|
4년 전 | 3991 | |
| 343 | 4년 전 | 3413 | ||
| 342 | 4년 전 | 2029 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기