Loading the content...

이윰빌더

  • Home
  • 스터디
  • 이윰빌더

[쇼핑몰] 주문폼에서 전화 필수 항목을 핸드폰으로 변경하는 방법

1,476 2017.03.09 16:46

짧은주소

본문

eyoom\theme\shop_basic\skin_bs\shop\basic 의 폴더로 이동합니다.

 

해당 위치에 존재하는 

orderform.mobile.sub.html

 

orderform.sub.html

 

각각의 파일에서 전화와 관련된 항목을 핸드폰으로 변경 합니다

그리고 체크 필드 주석 처리 및 새로 생성 하는 것도 해 줍니다.

 

아래는 예시 입니다.

 

 

입력 필드 수정

 

<section class="col col-4">
    <label for="od_tel" class="label">전화번호</label>
    <label class="input">
        <i class="icon-append fa fa-phone"></i>
        <input type="text" name="od_tel" value="{member.mb_tel}" id="od_tel"  maxlength="20">
    </label>
</section>
<section class="col col-4">
    <label for="od_hp" class="label">핸드폰<strong class="sound_only"> 필수</strong></label>
    <label class="input">
        <i class="icon-append fa fa-tablet"></i>
        <input type="text" name="od_hp" value="{member.mb_hp}" id="od_hp" required maxlength="20">
    </label>
</section>

 

체크 필드 항목

/*check_field(f.od_tel, "주문하시는 분 전화번호를 입력하십시오.");*/
check_field(f.od_hp, "주문하시는 분 핸드폰 번호를 입력하십시오.");

 

 

/*check_field(f.od_b_tel, "받으시는 분 전화번호를 입력하십시오.");*/
check_field(f.od_b_hp, "받으시는 분 핸드폰 번호를 입력하십시오.");

 

 

 

 

0
좋아요!
- red123 메일보내기 아이디로 검색 - 회원등급 : 새싹/Level 10 - 포인트 : 2,792
레벨 10
경험치 10,166

Progress Bar 59%

- 가입일 : 2015-03-16 21:00:17
- 서명 :
- 자기소개 :
댓글목록

joosam님의 댓글

오 언제나 꿀팁 감사합니다.

축하합니다. 첫댓글 포인트 35포인트를 획득하였습니다.

Total 42건 1 페이지
제목
red123 아이디로 검색 2017.03.09 1,477 0
red123 아이디로 검색 2017.03.07 1,880 0
red123 아이디로 검색 2017.03.07 1,053 1
이윰EGG 아이디로 검색 2016.11.28 1,291 0
red123 아이디로 검색 2016.11.03 1,746 0
red123 아이디로 검색 2016.11.02 1,369 0
red123 아이디로 검색 2016.11.01 1,575 0
red123 아이디로 검색 2016.11.01 1,395 1
이윰EGG 아이디로 검색 2016.09.28 1,273 0
red123 아이디로 검색 2016.09.23 1,109 0
red123 아이디로 검색 2016.09.23 1,208 0
red123 아이디로 검색 2016.09.23 2,652 0
red123 아이디로 검색 2016.09.07 8,580 0
이윰EGG 아이디로 검색 2016.06.13 1,828 0
이윰EGG 아이디로 검색 2016.05.13 3,247 2