> For the complete documentation index, see [llms.txt](https://help.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/dian-pu-she-zhi/shou-mai-zi-xun/gou-mai-wan-cheng-hou-tong-zhi-xun-xi.md).

# 購買完成后通知訊息

### 🛒 購買完成後通知訊息

當客人完成購買後，你可以透過此功能自動發送一段提示訊息，作為訂單成立後的提醒或說明。

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

#### ✏️ 功能說明

請至【購買完成後通知訊息】畫面輸入你想對客人顯示的訊息內容。這段內容將會在你編輯客人的訂單時，自動顯示並提供通知功能，協助你快速傳遞資訊。

例如：

```plaintext
感謝您的訂購！我們將於 3 個工作天內安排出貨，請留意手機簡訊或 Email 通知。
```

<figure><img src="/files/9Sj14IZNEa1kwVITUSVP" alt=""><figcaption><p>編輯訂單</p></figcaption></figure>

<figure><img src="/files/GnDRsxeaNoRu4I5mbllx" alt=""><figcaption><p>打開通知</p></figcaption></figure>

<figure><img src="/files/jIiQVx2NtPRG1XBkVB96" alt=""><figcaption><p>通知效果</p></figcaption></figure>

{% hint style="info" %}
店鋪内查看「關於我們」需跳轉至「[網站菜單設置](/kai-dian-zhi-nan/wang-zhan-nei-rong-guan-li/cai-dan-guan-li/wang-zhan-cai-dan-she-zhi.md)」新增該項目才可查看。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/dian-pu-she-zhi/shou-mai-zi-xun/gou-mai-wan-cheng-hou-tong-zhi-xun-xi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
