# 미니 장바구니 살펴보기

{% hint style="success" %}
**미니 장바구니란?**

상품의 옵션을 여러 개 선택하면 하단에 목록으로 표시되며, 여러 옵션의 상품을 한 번에 장바구니에 담을 수 있는 기능입니다.

각 옵션이 구분되어 표시되므로, 필요한 상품만 선택하여 담을 수 있습니다.
{% endhint %}

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

### 상품에 옵션이 없는 경우

> 미니 장바구니가 활성화 되지 않습니다.

* 재고 수량 관리 안 함

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

수량 선택 후 구매하기 버튼을 누르면 바로 주문서로 이동하게 됩니다.

* 재고 보유 수량 존재

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

수량 선택 후 구매하기 버튼을 누르면 바로 주문서로 이동하게 되나, 보유한 재고의 수량보다 많은 수량으로 구매하기 버튼 클릭 시 <mark style="color:red;">`재고가 주문하신 수량보다 적습니다.`</mark> 라는 문구가 노출됩니다.

### 상품에 기본 옵션만 있는 경우

* 재고 수량 관리 안 함

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

옵션을 추가 시 상세 페이지에서 구매할 옵션을 선택하면 하단 미니 장바구니에 상품이 담기게 됩니다.

* 재고 보유 수량 존재

<figure><img src="/files/5BGocOjfAUEVz74YZmyt" alt=""><figcaption></figcaption></figure>

옵션을 추가 시 상세 페이지에서 구매할 옵션을 선택하면 하단 미니 장바구니에 상품이 담기게 되나,\
재고 수량보다 많이 구매하기 진행 시 <mark style="color:red;">`재고가 주문하신 수량보다 적습니다.(남은 수량: n개)`</mark> 라는 문구가 노출됩니다.

### 상품에 기본 옵션과 추가 옵션이 있는 경우

* 기본 옵션에 재고 수량 관리 안 함

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

추가 옵션에 **‘구매 안 함’**&#xC744; 필수로 추가해야 상품 구매 시 추가 구매 상품을 선택하지 않아도 구매를 진행할 수 있고,\
반드시 **‘필수 입력’** 을 체크해야 미니 장바구니가 활성화됩니다.

* 기본 옵션에 재고 보유 수량 존재

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

추가 옵션에 **‘구매 안 함’**&#xC744; 필수로 추가해야 상품 구매 시 추가 구매 상품을 선택하지 않아도 구매를 진행할 수 있고,\
반드시 **‘필수 입력’** 을 체크해야 미니 장바구니가 활성화됩니다.\
또한, 가지고 있는 재고 수량보다 많이 구매하는 경우 <mark style="color:red;">`재고가 주문하신 수량보다 적습니다.(남은 수량: n개)`</mark>라는 문구가 노출됩니다.


---

# 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.sixshop.com/learn-sixshop/store-manager/products/mini-shopping-cart.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.
