쇼핑몰공통: #346 배송조회 링크 스타일

This commit is contained in:
whitedot
2013-12-03 15:12:15 +09:00
parent b5a0b59774
commit 50b5f2a8c6
6 changed files with 7 additions and 3 deletions

View File

@ -467,7 +467,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
?>
<tr>
<th scope="row">배송회사</th>
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice']); ?></td>
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link'); ?></td>
</tr>
<tr>
<th scope="row">운송장번호</th>