# 優惠管理

## 件數組合優惠

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

***

### 功能簡介 <a href="#undefined" id="undefined"></a>

「件數組合優惠」功能，讓店主可以根據「購買件數或金額」設定不同的優惠方案，例如：買 2 套立減 200、滿 100 元只需 40 元、10 件 100 元等，系統在結帳時自動套用。​

***

### 新增優惠（右側表單欄位說明） <a href="#undefined" id="undefined"></a>

* ![](/files/LPukD18YkoF3ceJJ4NMM)
* 優惠活動名稱\
  用來識別這個優惠活動的名稱，顧客不一定會看到，例如：「套餐 2 套立減 200」、「酒水 10 件 100 元」。​
* 使用限制類型\
  選擇這個優惠是依「金額」還是「購買數量」來判斷是否符合條件。\
  例：
  * 選「購買數量」：買滿 2 套立減 200。
  * 選「金額」：滿 100 元後套用優惠價 40。​
* 需購件數／金額\
  輸入觸發優惠所需的「件數」或「金額」，依上面「使用限制類型」決定。\
  例：輸入 2（件）、100（元）。​
* 優惠模式\
  決定達到條件後，要如何計算優惠：​
  * 固定總價 (MOP)：達標後，這一組商品以你設定的「組合價格」出售，例如「10 件 100 元」。
  * 折扣優惠 (%)：達標後，以百分比打折，例如 90 代表 9 折。
  * 每件立減 (MOP)：達標後，每件商品減去固定金額，例如每件減 10 元。
* 組合價格（數字）\
  配合上面的「優惠模式」輸入實際數值：
  * 固定總價：輸入整個組合售價，例如 100。
  * 折扣優惠：輸入折扣百分比，例如 90。
  * 每件立減：輸入每件減免金額，例如 10。​
* 倉庫\
  選擇這個優惠適用的庫存來源／門市，例如：路環、氹仔店、澳門店、合計網店倉。​
* 新增商品\
  輸入或選擇要套用這個優惠的商品，可加入一個或多個商品，作為「組合」的一部分。完成選擇後按「新增」。​
* 新增按鈕\
  填寫以上欄位後，按「新增」即可儲存一條新的件數組合優惠規則。​

***

{% hint style="info" %}
根據「購買件數」或「購買金額」設定優惠條件，例如：\
• 買 2 套立減 200 元\
• 滿 100 元優惠價 40 元\
• 10 件 100 元

新增按鈕\
填寫以上欄位後，按「新增」儲存優惠規則。
{% endhint %}


---

# 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.cube.mo/kai-dian-zhi-nan/wang-dian-guan-li/you-hui-guan-li.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.
