본문 바로가기


홈페이지요리사

일반 주소를 도로명 변경 : VER20130113

by aisi1004 2015. 2. 2.

일반 주소를 도로명 변경 : 홈요버전 VER20130113  

 

기존에 주소를 도로명 주소로 변경해서 사용하는 경우에 해당이 됩니다.

 

 

1. 

/shop/design/theme01/buy_form.inc.php

$P_buy_form_customer = " 부분에

 

<tr>

<td width='90' height='30' class='AB-IF-title-shop' style='border-bottom:1px solid #e1e1e1;'>우편번호</td>

<td width='' class='AB-VF-value-shop' style='border-bottom:1px solid #e1e1e1;'>

<input name='sell_buyer_post1' type='text' style='width:43px;' value='{$s_zip[0]}' readonly class=AB-text> -

<input name='sell_buyer_post2' type='text' style='width:43px;' value='{$s_zip[1]}' readonly class=AB-text>

<img src='{$shop_design_dir}images/tm_bn_search_address_num.gif' alt='우편번호찾기' style='cursor:pointer;' onClick=\"open_search_post('{$root}tools/search_address/index.php?form_name=sell_form&nm_post_one=sell_buyer_post1&nm_post_two=sell_buyer_post2&nm_address=sell_buyer_address');\">

</td>

</tr>

 

 

$P_buy_form_delivery = " 부분에

 

<tr>

<td width='90' height='30' class='AB-IF-title-shop' style='border-bottom:1px solid #e1e1e1;'>우편번호</td>

<td width='' class='AB-VF-value-shop' style='border-bottom:1px solid #e1e1e1;'>

<input name='sell_receiver_post1' type='text' style='width:43px;' readonly class=AB-text> -

<input name='sell_receiver_post2' type='text' style='width:43px;' readonly class=AB-text>

<img src='{$shop_design_dir}images/tm_bn_search_address_num.gif' alt='우편번호찾기' style='cursor:pointer;' onClick=\"open_search_post('{$root}tools/search_address/index.php?form_name=sell_form&nm_post_one=sell_receiver_post1&nm_post_two=sell_receiver_post2&nm_address=sell_receiver_address');\">

</td>

</tr>

 

 

 

2.

/www/shop/mobile/theme/theme01/buy_form.inc.php

$P_buy_form_customer = " 부분에

 

<tr>

<td class='AB-IF-title-shop' style='border-bottom:1px solid #e1e1e1;'>우편번호</td>

<td width='' class='AB-VF-value-shop' style='border-bottom:1px solid #e1e1e1;'>

<input name='sell_buyer_post1' type='text' style='width:35px;' value='{$s_zip[0]}' readonly class='AB-text' data-role='none'> -

<input name='sell_buyer_post2' type='text' style='width:35px;' value='{$s_zip[1]}' readonly class='AB-text' data-role='none'>

<img src='{$shop_design_dir}images/tm_bn_search_address_num.gif' alt='우편번호찾기' style='cursor:pointer;' onClick=\"open_search_post('{$root}tools/search_address/index.php?form_name=sell_form&nm_post_one=sell_buyer_post1&nm_post_two=sell_buyer_post2&nm_address=sell_buyer_address');\">

</td>

</tr>

 

$P_buy_form_delivery = " 부분에

 

<tr>

<td class='AB-IF-title-shop' style='border-bottom:1px solid #e1e1e1;'>우편번호</td>

<td width='' class='AB-VF-value-shop' style='border-bottom:1px solid #e1e1e1;'>

<input name='sell_receiver_post1' type='text' style='width:35px;' readonly class='AB-text' data-role='none'> -

<input name='sell_receiver_post2' type='text' style='width:35px;' readonly class='AB-text' data-role='none'>

<img src='{$shop_design_dir}images/tm_bn_search_address_num.gif' alt='우편번호찾기' style='cursor:pointer;' onClick=\"open_search_post('{$root}tools/search_address/index.php?form_name=sell_form&nm_post_one=sell_receiver_post1&nm_post_two=sell_receiver_post2&nm_address=sell_receiver_address');\">

</td>

</tr>

 

 

 

 

 

3. 해당 부분은 찾아서 변경 팝업창 사이즈 변경에 해당됩니다.

/www/shop/mobile/buy_form.php

 

function open_search_post(ref) {

open_window_mouse(ref, -200, -200, 885, 700, 'win_search_post');

}

 

 

 

4. 해당 부분은 찾아서 변경 팝업창 사이즈 변경에 해당됩니다.

/www/shop/buy_form.php

 

function open_search_post(ref) {

open_window_mouse(ref, -200, -200, 885, 700, 'win_search_post');

}

 

 

 

5.

첨부 파일은 DB 에 추가 합니다.

 

AB_address_step.sql
다운로드



6.

압축을 풀어서 tools 폴더에 넣어주세요.

 

search_address.zip
다운로드

 

 

 

 

 





댓글