# 배송지 정보를 회원정보로 교체

## 관리자 메뉴 위치

`설정` > `회원 설정` > `회원 설정`&#x20;

## 메뉴 안내 및 설정 방법

<div align="left"><figure><img src="/files/Le9wB950lmlcCw8Fm5dH" alt=""><figcaption></figcaption></figure></div>

## 적용 화면

<div align="left"><figure><img src="/files/qXycrFdiOtSMjJRORoqL" alt=""><figcaption><p><mark style="color:blue;"><strong>회원 가입 페이지</strong></mark></p></figcaption></figure></div>

* 배송지 정보를 회원정보로 교체 메뉴로 사용할 경우 회원가입 페이지에서 배송지 정보 입력 영역 하단에 배송지 정보를 회원정보로 등록할 수 있은 체크박스가 노출돼요.
* 체크박스를 체크한 상태로 주문 진행할 경우 기존 회원정보가 배송 정보로 변경돼요.
* 간편가입 기능을 통하여 주소나 연락처 없이 회원가입 진행하는 쇼핑몰의 경우 배송지 정보를 회원정보로 교체 메뉴를 유용하게 사용할 수 있어요.
* 기능 설정 후 주문서 작성 페이지에 노출되지 않을 경우 checkbox\_modify\_address 태그를 통해서 개별 작업을 진행해 주세요.

<pre><code>예시
&#x3C;!--/if_checkbox_modify_address/-->
    &#x3C;label class="chk-label">&#x3C;!--/checkbox_modify_adress/--> 해당 배송지 정보를 나의 회원정보로 등록합니다.&#x3C;/label>
<strong>&#x3C;!--end_if/-->    
</strong></code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.makeshop.co.kr/manual/member/undefined/undefined-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
