일반 주소를 도로명 변경 : 홈요버전 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 에 추가 합니다.
6.
압축을 풀어서 tools 폴더에 넣어주세요.
'홈페이지요리사' 카테고리의 다른 글
BOS 편집할 수 없는 페이지 입니다 (0) | 2022.05.28 |
---|---|
홈요 : 오늘 등록된 글 리스트만 보이게 레코드필터링 설정 (0) | 2022.01.14 |
홈페이지요리사 : 모바일기기 접속시 다른 모바일 사이트 띄우기 (0) | 2016.01.15 |
홈요 : GNB 메뉴 클릭시 안내창 띄우기 (0) | 2015.12.31 |
홈페이지요리사 기본 DIV의 이해 (0) | 2015.12.30 |
댓글