무통장 입금 시 메일 전송 시 "결제정보가 없습니다." 로 전송되는것을 변경을 원하실 경우

무통장 입금 시 메일 전송 시 "결제정보가 없습니다." 로 전송되는것을 변경을 원하실 경우 아래와 같이 변경하시면 됩니다.

shop/mail/orderupdate2.mail.php 페이지에서

라인 122

<?php if (!$od_receipt_point && !$od_receipt_price) { ?>
<tr>
<td colspan="2" style="<?php echo $empty_st; ?>">결제정보가 없습니다.</td>
</tr>
<?php } ?>

삭제 후 아래 코드로 변경해주면 무통장 입금안내가 됩니다.

<?php if ($od_misu > 0 && $od_settle_case == '무통장') { ?>
<tr>
<th scope="row" style="<?php echo $th_st; ?>"><?php echo $od_settle_case; ?> 입금액</th>
<td style="<?php echo $td_st; ?>"><?php echo display_price($od_misu); ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">계좌번호</th>
<td style="<?php echo $td_st; ?>"><?php echo $od_bank_account; ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">입금자 이름</th>
<td style="<?php echo $td_st; ?>"><?php echo $od_deposit_name; ?></td>
</tr>
<?php } ?>
|

댓글 1개

좋은 정보 감사합니다. 잘 사용 하겠습니다.
댓글을 작성하시려면 로그인이 필요합니다.

영카트5 팁자료실

+
제목 글쓴이 날짜 조회
5년 전 조회 1,888
5년 전 조회 4,469
5년 전 조회 3,153
5년 전 조회 6,874
5년 전 조회 3,621
5년 전 조회 4,071
5년 전 조회 3,540
5년 전 조회 3,136
5년 전 조회 4,833
5년 전 조회 6,437
5년 전 조회 5,495
5년 전 조회 2,556
5년 전 조회 3,995
5년 전 조회 2,773
5년 전 조회 2,409
5년 전 조회 2,225
5년 전 조회 2,589
5년 전 조회 2,730
5년 전 조회 4,957
5년 전 조회 2,941
5년 전 조회 3,062
6년 전 조회 2,303
6년 전 조회 7,032
6년 전 조회 2,919
6년 전 조회 2,930
6년 전 조회 3,310
6년 전 조회 2,962
6년 전 조회 2,952
6년 전 조회 2,323
6년 전 조회 5,114