배송안내 메일에 배송조회 링크 추가

This commit is contained in:
chicpro
2013-12-04 10:04:26 +09:00
parent ab2a8ee908
commit 7526dc0656
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ if ($od_send_mail)
$delivery_list['dl_company'] = $od['od_delivery_company'];
$delivery_list['od_invoice'] = $od['od_invoice'];
$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;
}

View File

@ -123,7 +123,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
<tbody>
<tr>
<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>
<th scope="row" style="<?php echo $th_st; ?>">운송장번호</th>