우커머스 결제 페이지 필드 수정

안녕하세요.

늘 많은 도움 받고있습니다.

이번에도 도움을 주신다면 정말 감사드리겠습니다.

 

우커머스 결제페이지에서 

각 필드에 플레이스홀더로 들어가있는데, 그부분이 전임자분이 테스트를 하시다가 수정을 안하셨는지

이름: 테스트

주소 : 111

이런식으로 나오더라구요.

 

functions.php에서 주문 배송시 요청사항은 수정했는데,

이름, 도로명 주소 플레이스홀더를 고치고 싶습니다!

 

혹시 이부분을 어떻게 수정할 수 있는지 알려주시면 정말 감사드리겠습니다. 

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
  • 안녕하세요~^^

    Checkout Field Editor (Checkout Manager) for WooCommerce 플러그인 등으로 필드를 수정하셨나요?

    아니면 코드를 추가해서 수정하신 건지요?

     

    코드를 아래 댓글로 남겨주시거나 어떻게 수정 하셨는지 구체적으로 알려주시면 더 좋을 듯합니다.

    이곳 글쓰기 에디터의 "코드 스니펫 삽입" 기능을 통해 코드를 삽입해주세요.

     

    이미지 사진은 imgur에 업로드한 뒤 링크 걸어주세요.

    고맙습니다.

  • 안녕하세요 답변 감사합니다.

    해당 플러그인 같은것은 없는 것으로 확인했습니다.

    <div class="col-1">
    	<div class="woocommerce-billing-fields">
    	<h3>청구 상세 내용</h3>
    
    	
    	
    	<div class="woocommerce-billing-fields__field-wrapper">
    			<p class="form-row form-row-first validate-required" id="billing_first_name_field" data-priority="10">
                    <label for="billing_first_name" class="">이름&nbsp;
                        <abbr class="required" title="필수">*</abbr></label>
                    <span class="woocommerce-input-wrapper">
                        <input type="text" class="input-text " name="billing_first_name" id="billing_first_name" placeholder="" value="테스트" autocomplete="given-name"></span>
                </p>
            
            
            <p class="form-row form-row-wide address-field update_totals_on_change validate-required" id="billing_country_field" data-priority="40">
                <label for="billing_country" class="">국가&nbsp;
                    <abbr class="required" title="필수">*</abbr></label>
                <span class="woocommerce-input-wrapper"><strong>대한민국</strong>
                    <input type="hidden" name="billing_country" id="billing_country" value="KR" autocomplete="country" class="country_to_state" readonly="readonly"></span>
            </p>
            
            <p class="form-row form-row-wide address-field validate-required validate-postcode" id="billing_postcode_field" data-priority="40" data-o_class="form-row form-row-wide address-field validate-required validate-postcode">
                <label for="billing_postcode" class="">우편 번호&nbsp;<abbr class="required" title="필수">*</abbr></label>
                
                <span class="woocommerce-input-wrapper">
                    <input type="text" class="input-text " name="billing_postcode" id="billing_postcode" placeholder="" value="34960" autocomplete="postal-code">
                </span>
            </p><
            
            p class="form-row form-row-wide address-field validate-required" id="billing_address_1_field" data-priority="50">
            <label for="billing_address_1" class="">도로명 주소&nbsp;<abbr class="required" title="필수">*</abbr></label>
            <span class="woocommerce-input-wrapper"><input type="text" class="input-text " name="billing_address_1" id="billing_address_1" placeholder="도로명 및 번지" value="45e" autocomplete="address-line1" data-placeholder="도로명 및 번지"></span>
            </p>
            
            <p class="form-row form-row-wide validate-required validate-phone" id="billing_phone_field" data-priority="100">
                <label for="billing_phone" class="">전화번호&nbsp;<abbr class="required" title="필수">*</abbr></label>
                <span class="woocommerce-input-wrapper">
                    <input type="tel" class="input-text " name="billing_phone" id="billing_phone" placeholder="" value="111" autocomplete="tel"></span>
            </p>
            
            <p class="form-row form-row-wide validate-required validate-email" id="billing_email_field" data-priority="110">
                <label for="billing_email" class="">이메일 주소&nbsp;<abbr class="required" title="필수">*</abbr></label><span class="woocommerce-input-wrapper">
                <input type="email" class="input-text " name="billing_email" id="billing_email" placeholder="" value="@naver.com" autocomplete="email">
                </span>
            </p>
            </div>
    
    	</div>
    
    			</div>

     

    이미지는 imgur에 올리고 링크를 넣어도 안나옵니다..ㅠㅠ

    올려지는대로 다시 업데이트 하겠습니다.

  • img 태그 사용하지 마시고

    imgur에 사진 업로드 한 다음 그 페이지 주소를 링크 걸어주세요~

    고맙습니다.

  • https://imgur.com/8jD7KEj

    이렇게 작성하란 말씀이실까요~? 

  • 올려주신 모든 것 확인했습니다.

    그런데 어디서 코드를 추가 및 수정했는지는 확인할 길이 없네요.. ㅜㅜ;

    이전 담당자분께 문의하거나,

    아니면 모든 파일을 다운로드하여서 파일 내용을 검색해서 찾아야 할 것 같습니다.

    혹시 다른 플러그인을 통해서 수정한 것일 수도 있으니 플러그인을 하나씩 비활성화해서 확인해보시는 것도 좋을 듯합니다.

    확인해보시겠어요?

     

    Checkout Field Editor (Checkout Manager) for WooCommerce 플러그인으로는 필드 편집이 안될까요?

    시도 해보시는게 좋을 듯합니다.

    고맙습니다.

  • 답변감사합니다!!

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기