[질문] 주문서 필수 입력 항목 변경 > 질문과 답변

본문 바로가기

질문과답변

[해결] [질문] 주문서 필수 입력 항목 변경

총 채택 포인트
100 포인트
채택된 회원에게 주는 후원 포인트
50 포인트
채택 후 작성자(미니시리즈) 회수 포인트
50 포인트

본문

![!\[image\]](https://eyoom.net/data/editor/2406/832307629_1719509305.25076.jpg) 위의 화면을 전화번호 필수 입력에서 휴대폰으로 필수 입력을 바꾸려고 /public\_html/shop/orderform.sub.php 파일의 아래 소스 처럼 required를 전화번호에서 핸드폰으로 수정하였습니다만 위의 이미지 처럼 변경이 되지를 않습니다. ![!\[image\]](https://eyoom.net/data/editor/2406/832307629_1719509584.51722.jpg)
소스파일을 수정하는 파일이 다른데 있는걸까요?
포인트 1,162
경험치 226
[레벨 2] - 진행률 7%
가입일
2024-04-26 18:15:16
서명
미입력
자기소개
미입력

댓글목록2

이윰EGG님의 댓글

채택
profile_image
테마의 주문하기 페이지는 /theme/테마명/skin/shop/basic/orderform.sub.skin.html.php 파일에 위치합니다.
아래 소스를 해당 줄과 비교해 변경하기 바랍니다.
309줄

<tr>
    <th scope="row"><label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
    <td>
        <label for="od_tel" class="label hidden-lg hidden-md">전화번호<strong class="sound_only"> 필수</strong></label>
        <label class="input width-200px">
            <input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" maxlength="20">
        </label>
    </td>
</tr>
<tr>
    <th scope="row"><label for="od_hp">핸드폰</label></th>
    <td>
        <label for="od_hp" class="label hidden-lg hidden-md">핸드폰</label>
        <label class="input width-200px required-mark">
            <input type="text" name="od_hp" value="<?php echo get_text($member['mb_hp']); ?>" id="od_hp" required maxlength="20">
        </label>
    </td>
</tr>


449줄

<tr>
    <th scope="row"><label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
    <td>
        <label for="od_b_tel" class="label hidden-lg hidden-md">전화번호<strong class="sound_only"> 필수</strong></label>
        <label class="input width-200px">
            <input type="text" name="od_b_tel" id="od_b_tel"  maxlength="20">
        </label>
    </td>
</tr>
<tr>
    <th scope="row"><label for="od_b_hp">핸드폰</label></th>
    <td>
        <label for="od_b_hp" class="label hidden-lg hidden-md">핸드폰</label>
        <label class="input width-200px required-mark">
            <input type="text" name="od_b_hp" id="od_b_hp" required maxlength="20">
        </label>
    </td>
</tr>


1266줄

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


1283줄

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


고맙습니다.

미니시리즈님의 댓글

이윰빌더 시즌4 질문과 답변 게시판입니다.

질문과 답변 게시판에는 가능한 이윰 관리자가 답변을 드리지 않습니다. 회원간 활성화 될수 있도록 도움 부탁드리며, 질문자는 원하는 답변이 달릴경우 꼭 채택하여 주시기 바랍니다.

상품구매 및 유료상품 문의는 1:1문의 게시판을 이용해 주시기 바랍니다.

1:1문의 바로가기 : https://eyoom.net/bbs/qalist.php

전체 1,916 건 - 1 페이지
번호
제목
글쓴이
채택포인트
사이트 내 전체검색