> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/help-center-zh/ding-dan-yu-ying-yun/how-do-i-customise-order-settings.md).

# 如何自訂訂單設定？

這些設定可控制你的線上訂購平台上的訂單格式、計算方式與限制條件。

***

## 訂單總金額四捨五入

前往 **菜單 > \[菜單名稱] > 其他設定 > 6. 總金額四捨五入**.

![](/files/92cc276a00e849080064cc988e47b1919cc99e84)

請選擇以下四個選項之一：

* **啟用（無條件捨去至最接近的 5 分）** — 一律無條件捨去，不論分數值為何
* **啟用（四捨五入至最接近的 5 分）** — 分數值大於 5 時進位，小於時捨去
* **啟用（無條件進位至最接近的 5 分）** — 一律無條件進位，不論分數值為何
* **停用** — 不套用四捨五入

選擇 **儲存** 在你選擇後。

***

## 大額訂單設定

大額訂單是指小計超過設定門檻的訂單，可能需要額外備餐時間、在接受前取得顧客確認，或收取額外費用。

前往 **\[菜單名稱] > \[商店名稱] > 外帶／外送 > 外帶／外送附加費 > 大額訂單 > 新增大額訂單**.

| 設定       | 功能說明                         |
| -------- | ---------------------------- |
| 定義大額訂單金額 | 設定超過此小計金額即視為大額訂單             |
| 禁止結帳     | 阻止結帳，並顯示自訂訊息，要求顧客直接聯絡商店      |
| 加入額外備餐時間 | 在標準前置時間之外，再加入額外備餐時間（天、小時、分鐘） |
| 加收附加費    | *（即將推出）* 加收費用以涵蓋大額訂單增加的成本    |

{% hint style="warning" %}
對大額訂單加收附加費可能會降低平均訂單金額或提高購物車棄單率。請自行斟酌使用。
{% endhint %}

{% hint style="info" %}
你可以透過設定「配送費覆蓋」促銷，在超過某個門檻時免除或折扣該附加費，以鼓勵更大額訂單。
{% endhint %}

***

## 最低訂單金額

前往 **菜單 > \[菜單名稱] > 其他設定 > 7. 若金額低於最低金額則禁止結帳**.

勾選核取方塊，避免顧客在購物車達到你的最低金額前結帳。輸入最低金額並選擇 **儲存**.

***

## 訂單編號格式

前往 **菜單 > \[菜單名稱] > 其他設定 > 4. 訂單設定**.

新增一個 **前綴** （訂單編號前的字元）或 **後綴** （後置字元）：

* 前綴 `DLC` → 訂單顯示為 `DLC000001`
* 後綴 `DLC` → 訂單顯示為 `000001DLC`

選擇 **儲存**。新格式僅適用於未來的訂單——既有訂單將保留原始編號。

***

## 結帳頁面說明

前往 **菜單 > \[菜單名稱] > 其他設定 > 2. 結帳**.

新增一則提示或說明，讓顧客在下單前於結帳頁面看到——例如：「蛋糕上想要放幾根蠟燭？」或「請註明人數。」

勾選 **將填寫備註欄設為必填** 如果你希望要求顧客先回覆才能完成結帳。

***

## 臨時項目（僅限 iPad）

臨時項目可讓你為訂單加入不在常規菜單中的自訂一次性項目——適合特殊需求或手動收款。

{% hint style="info" %}
此功能僅適用於 iPad 上的收銀應用程式。
{% endhint %}

1. 點選 **+** 以建立新訂單。
2. 新增顧客並設定訂單詳細資料（門市、日期、訂單類型，以及適用時的送貨地址）。
3. 滾動到底部並點擊 **臨時項目**.

   ![](/files/9ac9311a024080e445a20db01980705391caf886)
4. 輸入項目 **名稱**, **數量**，以及 **價格**.
5. 點選 **確認**.
6. 可選擇套用折扣、加入顧客備註或加入廚房備註。
7. 點選 **結帳** 以下單。

若要收取線上付款，請在訂單建立後從該訂單傳送付款連結給顧客。


---

# 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:

```
GET https://www.oddle.me/docs/help-center/help-center-zh/ding-dan-yu-ying-yun/how-do-i-customise-order-settings.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.
