새 우편번호 적용

This commit is contained in:
chicpro
2015-07-17 14:17:59 +09:00
parent 8a26683b53
commit 959168c8e3
12 changed files with 73 additions and 94 deletions

View File

@ -484,7 +484,7 @@ if($od['od_pg'] == 'lg') {
</tr>
<tr>
<th scope="row">주 소</th>
<td><?php echo get_text(sprintf("(%s-%s)", $od['od_zip1'], $od['od_zip2']).' '.print_address($od['od_addr1'], $od['od_addr2'], $od['od_addr3'], $od['od_addr_jibeon'])); ?></td>
<td><?php echo get_text(sprintf("(%s%s)", $od['od_zip1'], $od['od_zip2']).' '.print_address($od['od_addr1'], $od['od_addr2'], $od['od_addr3'], $od['od_addr_jibeon'])); ?></td>
</tr>
<tr>
<th scope="row">E-mail</th>
@ -519,7 +519,7 @@ if($od['od_pg'] == 'lg') {
</tr>
<tr>
<th scope="row">주 소</th>
<td><?php echo get_text(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'], $od['od_b_addr_jibeon'])); ?></td>
<td><?php echo get_text(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'], $od['od_b_addr_jibeon'])); ?></td>
</tr>
<?php
// 희망배송일을 사용한다면