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

# 상품 숨김 기능(H63)

{% hint style="danger" %}

1. 플러스오더 서비스 운영 중 상품을 즉시 숨길 수 있는 기능입니다.
2. 관리자 태블릿에 "상품숨김" 기능이 보이거나 보이지 않게 적용합니다.
3. 상품이 숨김 상태에서, "상품숨김" 기능을 미사용으로 적용하면, 해당 상품은 계속 숨김 상태로 적용됩니다.
4. <mark style="color:red;">**프로그램은 099버전 이상을 사용합니다.**</mark>
   {% endhint %}

### 🞜 상품의 숨김 기능은 다음과 같이 사용할 수 있습니다.

1. 관리자 태블릿에서 메뉴관리 화면을 실행합니다.
2. 안보이게 적용할 상품의 "상품숨김" 버튼을 실행하면, 모든 플러스오더 화면에 적용됩니다.
3. 105 버전 이상부터는 "상품숨김" 버튼 실행 후 "저장" 버튼을 클릭해야 적용됩니다.

* 099\~104 버전 화면

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

* 105 이상 버전 화면

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

### 🞜 프로그램 099버전 이상부터는 숨김 기능을 사용 또는 미사용 할 수 있습니다.

* 플러스오더ASP > 매장환경설정 화면에서 "H63 상품 숨김 기능"을 설정 및 저장합니다.
* 플러스오더 에이전트에서 데이터 동기화를 실행하고, 관리자 태블릿에서 적용된 내용을 확인할 수 있습니다.&#x20;

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

### 🞜 관리자 태블릿에서 상품 숨김 처리 시 주의사항입니다.

1. 상품 품절 또는 숨김 처리시 상품 하나씩 적용해 주세요. (아래 동영상 참조)
2. 품절 또는 숨김 처리 적용 -> 모든 태블릿에 적용 요청 -> <mark style="color:red;">관리자 태블릿에 "관리자 태블릿이 갱신되었습니다" 2번 출력되면 정상 반영</mark>되고, 다음 상품을 품절 또는 숨김처리 하시면 됩니다.

{% embed url="<https://youtu.be/S28PKfQ4XbQ>" %}


---

# 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/h63.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.
