> 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.md).

# 店鋪設置

### 🏬 店舖設置

本模組提供設定整體商店運作與顧客互動體驗的基礎功能，請根據商店實際需求進行調整與啟用。

***

#### ⚙️ 1. 主要設定

* 調整商店語言、時區與營運模式
* 啟用／停用模組功能（如會員制度、購物車）
* 自訂首頁、導航欄與品牌樣式

***

#### 📝 2. 註冊項目設置

* 設定會員註冊表單欄位（如姓名、電話、地址等）
* 可設定欄位是否為「必填」
* 控制是否啟用會員功能與自動啟用帳號

***

#### 🔧 3. 第三方工具設置

* 整合外部服務如：
  * Google Analytics
  * Facebook Pixel
  * 第三方客服工具
* 支援填入追蹤代碼／API Key 並進行測試

***

#### 🏢 4. 店鋪資訊

* 編輯店鋪基本資料：
  * 商店名稱、聯絡電話、客服電郵
  * 實體地址、社交平台連結
  * LOGO 圖示與品牌標語
* 資訊會顯示在前台與通知信件中

***

#### 🛒 5. 售賣資訊

* 決定商店販售邏輯與規則，例如：
  * 是否啟用購物功能
  * 限定販售區域
  * 是否支援無庫存購買或預售

***

#### 💬 6. 結賬提示信息

* 可在結帳流程中插入提示語（如條款說明、運費提醒）
* 支援多語系與格式化（粗體、連結）
* 適合加上「購買即表示同意 ×× 條款」等說明

***

#### 🔞 7. 年齡確認提示設置

* 適用於限制級商品銷售（如酒品、成人用品）
* 提供年齡驗證彈窗或結帳前提示
* 可設定出生年份選擇／點選「我已滿18歲」等互動方式

***

#### 💱 8. 貨幣設置（Beta）

* 選擇主要幣種（如 HKD、TWD、USD）
* 是否顯示幣號（$、NT$）與金額格式
* 測試中功能，部分設定可能持續更新

***

#### 📢 9. 彈出廣告

* 設定首頁或其他頁面顯示彈出通知
* 支援圖片、純文字或超連結內容
* 控制顯示頻率（首次進入／每次進入／手動關閉後不再顯示）

{% hint style="info" %}
彈出廣告常用於節日活動宣傳、折扣碼提醒或政策公告。
{% 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:

```
GET https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/dian-pu-she-zhi.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.
