배송안내 메일에 배송조회 링크 추가
This commit is contained in:
@ -75,6 +75,7 @@ if ($od_send_mail)
|
|||||||
$delivery_list['dl_company'] = $od['od_delivery_company'];
|
$delivery_list['dl_company'] = $od['od_delivery_company'];
|
||||||
$delivery_list['od_invoice'] = $od['od_invoice'];
|
$delivery_list['od_invoice'] = $od['od_invoice'];
|
||||||
$delivery_list['od_invoice_time'] = $od['od_invoice_time'];
|
$delivery_list['od_invoice_time'] = $od['od_invoice_time'];
|
||||||
|
$delivery_list['dl_inquiry'] = get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link');
|
||||||
|
|
||||||
$is_delivery = true;
|
$is_delivery = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -123,7 +123,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" style="<?php echo $th_st; ?>">배송회사</th>
|
<th scope="row" style="<?php echo $th_st; ?>">배송회사</th>
|
||||||
<td style="<?php echo $td_st; ?>"><?php echo $delivery_list['dl_company']; ?></td>
|
<td style="<?php echo $td_st; ?>"><?php echo $delivery_list['dl_company']; ?> <?php echo $delivery_list['dl_inquiry']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" style="<?php echo $th_st; ?>">운송장번호</th>
|
<th scope="row" style="<?php echo $th_st; ?>">운송장번호</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user