> 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/combinations1.md).

# 상품 조합해 팔기 - 사이드(속성)

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

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

{% hint style="info" %}
사이드속성은 상품의 속성을 결정하므로 추가 가격이 들어가지 않습니다. \
ex) HOT, ICE  등

가격이 추가되는 경우 사이드선택으로 등록하세요.
{% endhint %}

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

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

**2.** 속성 탭에서 신규 버튼을 누르고 분류명을 입력후 저장하세요.

![](/files/cDyfRnudtIftaGIa6YpJ)

**3.** 등록된 분류의 코드를 눌러 우측 속성코드 화면으로 전환되게 하세요.

![](/files/YfzmEULlkt9QZ2hjoNWj)

**4.** 신규를 누르고 속성명을 입력 후 저장하세요.

![](/files/kTnQmcSfJna8MHkyAQaw)

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

**6.** 해당 상품의 코드를 입력하여 상품정보를 확인 후 하단 상품부가정보에 사이드메뉴 사용여부를 YES로\
변경한 뒤 속성 분류를 선택하세요.

![](/files/dKfvMgEDXDZwmTzgBIXv)

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

{% 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/combinations1.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.
