> For the complete documentation index, see [llms.txt](https://plusorder.gitbook.io/helpme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plusorder.gitbook.io/helpme/ex/undefined-4/h21-1.md).

# 시간제 상품 운영하기-선택메뉴 할인(H21)

{% stepper %}
{% step %}

### 플러스오더 ASP에서 시간제 상품 운영하기 옵션을 설정합니다.

아래 링크를 참고하여 시간제상품ASP  환경설정(1\~2번)을 합니다.

[시간제 상품 운영하기](/helpme/ex/undefined-4/h21.md)
{% endstep %}

{% step %}

### 시간제 상품 ASP 등록

플러스오더 ASP에 매장ID로 로그인합니다.

기초관리 > 테이블오더 관리 > 시간제상품등록 화면으로 이동합니다.

&#x20;1\. 분류타입: 할인으로 선택합니다.

&#x20;2\. 할인타입: 금액할인으로 선택합니다.

&#x20;3\. 할인금액적용타입: 매장 상황에 따라 선택합니다.

* 상품+세트상품: <mark style="color:red;">메인상품의 가격과</mark> <mark style="color:blue;">모든 선택 메뉴가 각각</mark> 할인됩니다. <mark style="color:red;">(메인상품을 등록)</mark>
* 상품만: <mark style="color:red;">메인상품</mark>의 가격만 할인됩니다.<mark style="color:red;">(메인상품을 등록)</mark>
* 선택상품만: <mark style="color:blue;">선택상품</mark>의 가격만 할인됩니다.<mark style="color:blue;">(선택상품을 등록)</mark>

&#x20;4\. 할인금액: 할인 할 금액을 입력합니다.

&#x20;5\. 상품 등록: 할인금액적용타입에 따라 메인상품 또는 사이드메뉴를 등록합니다.

&#x20;6\. 할인을 적용할 시간 설정: 요일, 시간, 공휴일 설정합니다.

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

<figure><img src="/files/P6NrWJd1ZHPsYstDEfZn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 플러스오더 에이전트에서 데이터동기화를 합니다.

(예시화면은 메인상품은 '킹버거(7,000원)', 선택상품은 '콜라(1,000원)'를 500원 할인으로 등록함)

* 상품+세트상품만 적용 화면

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

* 상품만 적용 화면

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

* 선택상품만 적용화면: 특정 선택상품만 등록

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

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://plusorder.gitbook.io/helpme/ex/undefined-4/h21-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
