# 장바구니 / 주문서

이 페이지에서는 **장바구니, 주문서 페이지에서의 HTML 위젯 활용 예시**를 안내합니다. 결제 직전 단계에서 전환율을 높이고 신뢰를 강화하는 위젯 구성을 확인해 보세요.

***

### 장바구니 페이지

고객이 구매를 확정하기 직전 단계입니다. 결제를 유도하고 추가 구매를 안내하는 위젯을 배치하세요.

| 위치     | HTML 위젯 활용 예시                 |
| ------ | ----------------------------- |
| **상단** | 무료배송 조건 안내, 배송 혜택 요약 배너       |
| **하단** | 관련 상품 추천, 결제 전 프로모션 안내, 쿠폰 안내 |

***

### 주문서 페이지

고객이 구매를 최종 확정하는 단계입니다. 불안 요소를 줄이고 안심하고 결제할 수 있는 정보를 제공하세요.

| 위치     | HTML 위젯 활용 예시                  |
| ------ | ------------------------------ |
| **상단** | 배송 정책 요약, 주의사항 안내, 반품·교환 정책 요약 |

***

### 작업 시 주의 사항

> 장바구니·주문서 페이지의 시스템 필수 섹션은 현재 삭제·숨김이 불가합니다. 특히 주문서 페이지는 결제 흐름과 직결되므로, HTML 위젯이 시스템 섹션과 레이아웃 충돌을 일으키지 않는지 반드시 확인하세요.


---

# 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://devcenter-help.nhn-commerce.com/design_editor/part3_guide/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.
