> 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/oddle-shang-dian/how-do-i-set-up-promotions-and-marketing-popups.md).

# 如何設定促銷活動與行銷彈出視窗？

Oddle Shop 支援兩種類型的促銷工具：卡片促銷（與特定付款卡綁定的折扣）以及行銷彈出視窗（顯示給商店訪客的電子郵件蒐集表單）。

***

## 卡片促銷

卡片促銷只有在顧客使用特定的簽帳卡或信用卡付款時才會提供折扣。這類促銷通常與發卡機構或銀行合作推出——例如，Visa 持卡人可享 9 折優惠。

發卡機構可透過以下項目辨識： **銀行識別碼（BIN）** ——卡號的前四到六位數字。

{% hint style="warning" %}
卡片促銷僅與 Stripe 相容。顧客必須透過 Stripe 付款，促銷才會生效。
{% endhint %}

### 如何設定卡片促銷

開始之前，請先與您的發卡機構或銀行建立行銷合作關係，並取得符合此促銷資格的 BIN 清單。

1. 請透過即時聊天或以下方式聯絡 Oddle 支援： <support@oddle.me> 以啟用您帳戶的卡片促銷功能。
2. 啟用後，前往 **線上訂購 > 促銷** 在商家管理後台中建立新的促銷。
3. 在 **卡片識別碼** 欄位中，輸入適用的 BIN。多個 BIN 請以半形逗號分隔，且不要加空格。
4. 儲存並發布。

只有符合您輸入 BIN 的卡片，才會在此促銷啟用時於結帳時被接受。

![](/files/578595d78630d9feb0eddef1e99e2025708eb129)

{% hint style="info" %}
如果促銷適用於某個卡別底下的所有卡片，您可以只輸入 BIN 的第一位數： `4` Visa 請輸入 `5` Mastercard 請輸入。
{% endhint %}

***

## 行銷彈出視窗

行銷彈出視窗會顯示在您的 Oddle Shop 上，並邀請訪客使用電子郵件地址註冊。這是一種簡單的方式，可為未來的行銷活動建立電子郵件名單。

### 啟用與停用彈出視窗

前往 **行銷彈出視窗** 區塊位於您的 Oddle Shop 編輯器中。使用 **啟用行銷彈出視窗** 切換開關來開啟或關閉它。

您可以暫時停用彈出視窗（例如在活動之間），而不必刪除設定——只要將其關閉，並在準備好時再重新開啟即可。

{% hint style="info" %}
只有在切換開關開啟時，才能編輯彈出視窗設定。
{% endhint %}

![](/files/2815f6e965150572655b4f0bd11af76c891e4a4b)

### 收集訪客姓名

預設情況下，您的彈出視窗會在電子郵件之外，同時要求訪客提供名與姓。當您新增行銷彈出視窗時，這項功能會自動啟用。

![](/files/dc2b8d51db11e2f945fe15b0c6116d2c5a7b7d1f)

### 個人化感謝訊息

訪客註冊後，您可以在確認訊息中用姓名稱呼他們。將 `##{{firstName}}` 加入您在 **成功註冊設定** 中的標題、內文或按鈕文字，系統就會以他們的名字取代。

如果未收集到名字，則會以「親愛的朋友」稱呼訪客。

![](/files/aa1358980d7cefc2b954ee47b0cca38d3c5ebebe)

完成修改彈出視窗後，請務必點擊 **發布** ，這些變更才會在您的商店上正式生效。


---

# 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/oddle-shang-dian/how-do-i-set-up-promotions-and-marketing-popups.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.
