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

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

@ -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>