> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aftersell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 할인 코드 모듈

> 이 문서에서는 고객이 Upcart 내에서 직접 할인 코드를 입력할 수 있는 옵션을 추가하는 방법을 설명해요.

할인 코드 모듈은 카트에 할인 코드 입력란을 추가하여 고객이 직접 코드를 입력하고 주문에 적용할 수 있게 해줘요.

<div id="discount-input-placeholder">
  # 할인 입력 플레이스홀더
</div>

고객이 입력하기 전에 할인 코드 입력 필드에 표시되는 텍스트예요. 일반적으로 이 텍스트 필드의 용도를 고객에게 알려주는 데 사용돼요.

<img src="https://mintcdn.com/aftersell/uxKAdY-e0h16xa48/images/upcart/discount-codes-code-entry-field-placeholder.png?fit=max&auto=format&n=uxKAdY-e0h16xa48&q=85&s=ad77657edd133bf94332ebae9848717e" alt="Apply 버튼 옆에 플레이스홀더 텍스트가 강조된 할인 코드 입력 필드" width="411" height="60" data-path="images/upcart/discount-codes-code-entry-field-placeholder.png" />

<div id="discount-apply-button-text">
  # 할인 적용 버튼 텍스트
</div>

할인 코드 옆 버튼에 표시되는 텍스트예요.

<img src="https://mintcdn.com/aftersell/uxKAdY-e0h16xa48/images/upcart/discount-codes-code-field-apply-button.png?fit=max&auto=format&n=uxKAdY-e0h16xa48&q=85&s=18d9e6b44ecf9e9fc0e37d911a5eb065" alt="Apply 버튼이 강조된 할인 코드 필드" width="411" height="60" data-path="images/upcart/discount-codes-code-field-apply-button.png" />

***

<div id="discount-limitations">
  ## **🚧 할인 제한 사항**
</div>

Upcart는 체크아웃에서 제공되는 모든 할인 기능을 지원할 수는 없어요.

* **여러 개의 할인 코드는 지원되지 않아요.**\
  여러 개의 자동 할인은 동시에 사용할 수 있지만, 수동 할인 코드는 하나만 사용할 수 있어요. 여러 개의 수동 할인 코드를 적용하려면 고객이 체크아웃으로 이동해야 해요.
* **무료 배송 할인은 지원되지 않아요.**\
  무료 배송 할인을 적용하려면 고객이 체크아웃으로 이동해야 해요.
* **checkout.liquid를 사용하는 Shopify Plus 스토어는 지원되지 않아요.**\
  checkout extensibility를 사용하는 Shopify Plus 스토어는 지원돼요. 스토어가 checkout.liquid를 사용 중이라면 실제 스토어프론트에서 할인 코드 모듈이 숨겨져요.

이 사항들이 스토어에 해당하는지 꼭 확인해 주세요.

이는 모듈 내부의 **Discount limitations** 배너에서 **Show more** 뒤에 표시되는 세 가지 제한 사항과 동일해요.

***

<div id="custom-templates">
  # 커스텀 템플릿
</div>

할인 코드 모듈 버전 2.0에서는 설정 아래에 **Custom template** 코드 편집기가 나타나며 두 가지 템플릿이 있어요: **Full**(모듈 전체)과 **Skeleton**(모듈이 로드되는 동안 렌더링되는 부분). 먼저 Cart Editor의 **Settings > Cart settings > Advanced Settings**에서 **Access custom templates**를 체크하세요. [커스텀 템플릿 설정하기](/ko/upcart/setting_up_a_custom_template_in_upcart)를 참고하세요.
