# 모바일 영수증 출력 버튼은 어떻게 노출시키나요?

모바일 영수증 출력 버튼은 기본 소스를 적용하면 자동으로 노출돼요.\
기본 소스를 사용하지 않는 경우에는 아래 내용을 참고하여, 원하시는 위치에 소스를 추가해 주세요.\ <mark style="color:blue;">영수증 출력 버튼은 카드 결제 또는 실시간 계좌이체인 경우에만 노출돼요.</mark>

{% tabs %}
{% tab title="모바일 - 2.0 / 4.0" %}
\[디자인 > 모바일 > 디자인  편집> 중앙 디자인 > 마이페이지 > 주문상세 내역]에서\
아래 소스를 넣어주세요.

```
<!--/if_link_card_receipt/--><a href="<!--/link_card_receipt/-->" class="btn-right">영수증 출력</a>&;t;!--/end_if/-->
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="모바일 - 파워팩" %}
파워팩은 별도 설정 없이 기본 소스 적용 시 노출돼요.
{% 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/faq/mobile/design/undefined-11.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.
