다음API 도로명 주소 적용

This commit is contained in:
chicpro
2014-08-18 14:28:05 +09:00
parent 29ab4185b4
commit 97d2f2bb85
16 changed files with 104 additions and 58 deletions

View File

@ -460,7 +460,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'])); ?></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>
@ -496,7 +496,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'])); ?></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
// 희망배송일을 사용한다면