KCP 결제 대기 오류 나는건 알려주신대로 수정하니까 잘 해결되었습니다.
소스를 수정하니
고객이 카드 결제 실패한 건 재결제 못하도록 orderinquiryview.php 에 결제 버튼 이미지
이름을 btn_settle_test.gif 로 이미지 수정해서 안보이게 했는데 그게 안되네요.
어떻게 해야 할까요??
소스를 수정하니
고객이 카드 결제 실패한 건 재결제 못하도록 orderinquiryview.php 에 결제 버튼 이미지
이름을 btn_settle_test.gif 로 이미지 수정해서 안보이게 했는데 그게 안되네요.
어떻게 해야 할까요??
댓글 1개
shop/settle_kcp.inc.php 를
<!-- 결제제외 카드 -->
<input type="hidden" name="not_used_card" value="">
<? if (!preg_match("#orderinquiryview.php$#", $_SERVER['PHP_SELF'])) { ?>
<p align="center"><input type="image" src="<?=$g4['shop_img_path']?>/btn_settle.gif" border="0" onclick="return jsf__pay(this.form);" /></p>
<script>
$(function(){
jsf__pay(document.order_info);
});
</script>
<? } ?>
</form>
이렇게 수정해 보시기 바랍니다.
<!-- 결제제외 카드 -->
<input type="hidden" name="not_used_card" value="">
<? if (!preg_match("#orderinquiryview.php$#", $_SERVER['PHP_SELF'])) { ?>
<p align="center"><input type="image" src="<?=$g4['shop_img_path']?>/btn_settle.gif" border="0" onclick="return jsf__pay(this.form);" /></p>
<script>
$(function(){
jsf__pay(document.order_info);
});
</script>
<? } ?>
</form>
이렇게 수정해 보시기 바랍니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 56073 | |
| 56067 | |
| 56065 | |
| 56060 | |
| 56058 | |
| 56055 | |
| 56051 | |
| 56048 | |
| 56044 | |
| 56043 | |
| 56042 | |
| 56039 | |
| 56035 | |
| 56032 | |
| 56030 | |
| 56028 | |
| 56025 | |
| 56018 | |
| 56012 | |
| 56010 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기