# 장바구니 상품 노출 설정

## 관리자 메뉴 위치

`설정` > `주문 설정` > `장바구니 설정`

## 메뉴 안내 및 설정 방법

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

* 판매 불가능 상품은 품절, 노출안함, 판매 불가능 상태의 상품을 말해요.

## 적용 화면

{% tabs %}
{% tab title="장바구니 (판매 불가능 상품 노출함)" %}

<figure><img src="/files/oYqMrFnvgZ9KJA4Rae2h" alt=""><figcaption><p><mark style="color:blue;"><strong>장바구니 (판매 불가능 상품 노출함)</strong></mark></p></figcaption></figure>

* 장바구니 담긴 상품이 품절되더라도 장바구니 페이지에서 상품은 그대로 남아있게 돼요.

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

* 상품 구매 시 위와 같은 안내창이 노출되면서 실제 구매까지는 불가능해요.
* 판매 불가능 상품이 장바구니에 담긴 경우 아래 가상태그를 통해서 장바구니 페이지에서 상태 표기가 가능해요.

```
 <!--/basket@state/--> 
```

<figure><img src="/files/M3fDH4mczbaYUvcQVF8u" alt=""><figcaption><p><mark style="color:blue;"><strong>가상태그 사용 예시</strong></mark></p></figcaption></figure>
{% endtab %}

{% tab title="재고 부족 시 수량 알림" %}

<figure><img src="/files/m9LXnjDmgfX9LG4Ahks4" alt=""><figcaption><p><mark style="color:blue;"><strong>재고 부족 시 수량 알림</strong></mark></p></figcaption></figure>

* 노출함 조건인 경우 장바구니에 상품을 담은 상태에서 판매 등으로 상품 재고가 장바구니에 담은 상품 수량보다 적게되면 구매 시 로그인 페이지에서 비회원 구매 버튼 클릭 또는 회원 로그인 시 위 이미지와 같은 안내창이 노출돼요.

<figure><img src="/files/GWRenYGD2yYQ7K3Vy0ov" alt=""><figcaption><p><mark style="color:blue;"><strong>재고 부족 시 수량 알림</strong></mark></p></figcaption></figure>

* 노출안함 조건인 경우에는 위와 같이 재고가 부족하다는 내용으로만 안내창이 노출돼요.
  {% 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/goods/undefined/undefined-6.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.
