주문상세 배송조회 링크 추가

This commit is contained in:
chicpro
2013-12-02 16:31:16 +09:00
parent 5d24919507
commit a9661dfc08
4 changed files with 35 additions and 6 deletions

View File

@ -422,12 +422,12 @@ $result = sql_query($sql);
</tr>
<?php if ($od['od_invoice']) { ?>
<tr>
<th scope="row">운송장번호</th>
<td><?php echo $od['od_invoice']; ?></td>
<th scope="row">배송회사</th>
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice']); ?></td>
</tr>
<tr>
<th scope="row">배송회사</th>
<td><?php echo $od['od_delivery_company']; ?></td>
<th scope="row">운송장번호</th>
<td><?php echo $od['od_invoice']; ?></td>
</tr>
<?php } ?>
<tr>