도로명 표기법에 따른 재수정

This commit is contained in:
chicpro
2014-01-03 18:36:04 +09:00
parent 9b0dee276a
commit 59619d08f7
18 changed files with 110 additions and 91 deletions

View File

@ -380,7 +380,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
</tr>
<tr>
<th scope="row">주 소</th>
<td><?php echo sprintf("(%s-%s)", $od['od_zip1'], $od['od_zip2']) . print_address($od['od_addr1'], $od['od_addr2']); ?></td>
<td><?php echo sprintf("(%s-%s)", $od['od_zip1'], $od['od_zip2']).' '.print_address($od['od_addr1'], $od['od_addr2'], $od['od_addr3']); ?></td>
</tr>
<tr>
<th scope="row">E-mail</th>
@ -416,7 +416,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
</tr>
<tr>
<th scope="row">주 소</th>
<td><?php echo sprintf("(%s-%s)", $od['od_b_zip1'], $od['od_b_zip2']) . print_address($od['od_b_addr1'], $od['od_b_addr2']); ?></td>
<td><?php echo sprintf("(%s-%s)", $od['od_b_zip1'], $od['od_b_zip2']).' '.print_address($od['od_b_addr1'], $od['od_b_addr2'], $od['od_b_addr3']); ?></td>
</tr>
<?php
// 희망배송일을 사용한다면