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

# 상품 조합해 팔기 - 사이드(선택)

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 등록할 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 확인하세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

{% hint style="info" %}
사이드선택은 여러 상품들 중 사용자가  결정하므로 추가 가격이 들어갈 수 있습니다. \
ex) 얼음추가 / A,B,C 중 선택 / 선택 시 기본 금액에 + 되는 경우
{% endhint %}

**1.&#x20;**<mark style="color:green;">**기초관리 > 상품관리 > 사이드메뉴등록**</mark> 으로 이동하세요.

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

**2.** 선택메뉴 탭에서 신규버튼을 누르고 그룹명을 입력 저장하세요.

![](/files/Ver9HGHu23quCVMFJF3s)

**3.** 등록된 그룹의 코드를 눌러 우측 분류화면에서 신규버튼을 누르고 분류명을 입력 저장하세요.

![](/files/xvKyLQVOq3EqKoT03EvS)

{% hint style="info" %}
수량제한&#x20;

0 - 해당 분류에 등록된 선택 메뉴 무제한

1\~ 정수 - 설정된 수량만큼만 선택 메뉴를 주문할 수 있습니다.
{% endhint %}

&#x20;**4.** 등록된 분류코드 누르고 상품선택을 누르세요.

![](/files/4jiEAfAdd6B7g24dggvg)

**5**. 상품을 선택 후 저장을 누르세요. (필요한 경우 추가단가까지)

&#x20; ※ 선택상품은 미리 상품등록에 등록되어 있어야 합니다.

![](/files/Y515Wu7JtEpyUshxvnI0)

**6.** 기초관리 > 상품등록에서 사이드메뉴 설정이 필요한 메뉴를 찾아주세요.

**7.** 해당 상품의 코드를 선하여 상품정보를 확인 후 하단 상품부가정보에 사이드메뉴 사용여부를 \
&#x20;     YES로 변경한 뒤 선택 그룹을를 선택하세요.&#x20;

![](/files/MEd26XVemv6GqvaS9Q4B)

**8.** 프로그램 재시작 후 해당메뉴를 선택하여 선택 값이 정상적으로 나오는지 확인하세요.

{% hint style="danger" %}
선택 메뉴는 그룹 - 분류 - 사이드메뉴로 구성됩니다.

일반적인 경우 그룹 - 분류 - 상품여러개 등록해서 사용해도 됩니다.

코스요리와 같이 **그룹안에 분류가 나뉘어 순차적으로 선택**하는 경우에는 **같은 그룹에 분류를 여러 개 등록**하여 사용하세요.
{% endhint %}

{% hint style="info" %}
일괄변경 방법

* 기초관리 > 상품관리 > 사이드메뉴관리 탭으로 이동하세요.
* 사이드메뉴 선택메뉴를을 설정할 메뉴를 찾아 '사이드메뉴 사용여부'를 Yes 로 변경한 뒤 콤보박스에 등록한 선택 그룹을 설정하여 저장하세요.
  {% endhint %}

{% content-ref url="/pages/nnLSdYHBioIkEWR77hQA" %}
[상품 없애기](/okpos/undefined-4/products/remove_products.md)
{% endcontent-ref %}


---

# 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://okpos.gitbook.io/okpos/undefined-4/products/combinations2.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.
