# 적립금 사용 시, 신규 적립 기준

## 관리자 메뉴 위치

`설정` > `회원 설정` > `쿠폰/예치금 or 쿠폰/적립금/예치금`&#x20;

## 메뉴 안내 및 설정 방법

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

* 무조건 적립 / 무조건 적립 안 함 외 설정은 주문취소 / 환불 / 교환 시, 별도 계산 적용되지 않아요.
* 결제금액 대비 적립 / 구매금액 대비 적립 사용 시 적립금 즉시 할인 기능을 사용하실 수 없어요.

## 적용 화면

{% tabs %}
{% tab title="구매 금액 대비 적립" %}

<figure><img src="/files/Mr8q4onhsCCdn3Xw98yK" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">\[계산 예시]</mark>

* 구매 금액 대비 적립 조건식 : 실 적립금 = 적립금 X (구매금액-사용 적립금) / 구매금액
* 구매금액 : 50,000원 / 구매 시 적립 예정금액 : 1,000원 / 적립금 5,000원 사용\
  \[1000 X (50000-5000) / 50000 = 900원 적립]&#x20;
  {% endtab %}

{% tab title="결제 금액 대비 적립" %}

<figure><img src="/files/h1vnxi6NM9PGn9XWZY7P" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">\[계산 예시]</mark>

* 결제 금액 대비 적립 조건식 : 실 적립금 = 적립금 X (구매금액-(사용 적립금+쿠폰 할인)) / 구매금액
* 구매금액 : 50,000원 / 구매 시 적립 예정금액 : 1,000원 / 적립금 5,000원과 10% 할인 쿠폰을 사용\
  \[1000 X (50000-(5000+5000)) / 50000 = 800원 적립]
  {% endtab %}
  {% endtabs %}


---

# 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-4/undefined-6.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.
