# 상품별 회원그룹 혜택 적용 기준

## 관리자 메뉴 위치

`설정` > `주문 설정` > `주문서 설정`&#x20;

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

## 메뉴 안내 및 설정 방법

**상품별 회원그룹 혜택 적용 메뉴 위치**&#x20;

1. `상품` > `상품 관리` > `상품 등록`
2. `상품` > `상품 관리` > `상품 수정`

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

* 가격 설정에 노출되는 상품별 그룹 혜택 설정 체크박스 체크할 경우 등록된 그룹에 대해서 적립 / 할인 설정할 수 있는 메뉴가 노출돼요.

## 적용 화면

> <mark style="color:blue;">\[상품별 회원그룹혜택 예시 조건]</mark>
>
> 상품명 : 상품별1 상품별 회원그룹 혜택 20% 할인 적용
>
> 상품명 : 상품별2 상품별 회원그룹 혜택 30% 할인 적용

{% tabs %}
{% tab title="주문서별 처리" %}

<div align="left"><figure><img src="/files/rJ6MeInBnxEd2GPxhzGf" alt=""><figcaption><p><mark style="color:blue;"><strong>주문서별 처리</strong></mark></p></figcaption></figure></div>

* 주문서별 처리의 경우 상품별 회원그룹 혜택으로 생성된 할인 금액이 주문서에서 각각의 상품 금액 비율로 계산되어 적용돼요.
* 상품별1 이라는 상품의 경우 금액 10,000원이 주문서 금액 중 차지하는 비율이 33,333%이기 때문에 할인 금액 8,000원 중 33,333%에 해당하는 2,667원이 적용되고, 상품별2 상품은 금액 20,000원이 주문서 금액 중 비율이 66.666%이기 때문에 할인 금액 8,000원 중 66,666%인 5,333원이 할인 금액으로 적용돼요.
  {% endtab %}

{% tab title="상품별 처리" %}

<div align="left"><figure><img src="/files/4KdSmsMwGrbFN1OAaV8Y" alt=""><figcaption><p><mark style="color:blue;"><strong>상품별 처리</strong></mark></p></figcaption></figure></div>

* 상품별 처리의 경우 상품 회원그룹 혜택으로 생성된 할인 금액이 주문서에서 상품 금액 비율로 재계산되어 상품에 적용되지 않고, 상품에 적용된 혜택 금액 그대로 적용돼요.
  {% 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-3/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.
