> 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/huo-yun-guan-li/men-shi-zi-qu.md).

# 門市自取

點擊右上角「新增門市」，新增所需的門市自取位置。

<figure><img src="/files/BbfLekxLVg0C82fvj6xE" alt=""><figcaption><p>新增門市界面</p></figcaption></figure>

按照要求填寫新增門市設置所需的内容。

<figure><img src="/files/sX3bc3ETxLsbyyN79w3x" alt=""><figcaption><p>新增門市修改界面</p></figcaption></figure>

#### 🏪 新增門市設置

**1. 門市名稱**

* **功能說明：** 輸入門市的名稱，例如「XX市中心店」或「XX商場門市」。

**2. 詳細資訊**

* **功能說明：** 提供門市的詳細描述，包括位置、營業時間、聯絡方式等。

**3. 負數為優惠**

* **功能說明：** 設定門市的優惠金額，負數代表優惠金額（例如：-10 代表減免10元）。
* **格式要求：** 可設定數字，負數即為優惠金額。
* **範例：** -10 代表此門市下單時可減免 10 元。

{% tabs %}
{% tab title="豁免" %}
選擇豁免，則該門市自取不收取附加費用。

<figure><img src="/files/57kLkuMwVRCXk617ZTZS" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="百分比" %}
選擇百分比，則該門市自取附加費用按百分比算。

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

商家可設置買滿多少進行百分比的的附加費用。（填寫0則是選擇該門市自取都收取附加費用）

<figure><img src="/files/ksxuy7cipIAs1jp3RWgC" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="固定金額" %}
選擇百分比，則該門市自取附加費則是收取固定金額。

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

商家可設置買滿多少進行收取固定金額的的附加費用。（填寫0則是選擇該門市自取都收取附加費用）

<figure><img src="/files/4gC6it055kIJQaYXZv97" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

**4. 倉庫**

* **功能說明：** 設定與此門市相關的倉庫位置，確保庫存管理對應正確。
* **格式要求：** 輸入倉庫名稱或代碼，可設定多個倉庫與此門市關聯。
* **範例：** 倉庫1、倉庫2（可選擇一個或多個倉庫）

新增完畢后，點擊「[網店運送及支付方式](/kai-dian-zhi-nan/wang-zhan-she-zhi/zhi-fu-guan-li/wang-dian-yun-song-ji-zhi-fu-fang-shi.md)」開啓該運送及支付方式。

{% hint style="info" %}
註意：儅「百分比」和「固定金額」填寫的數為負數時則爲優惠。
{% endhint %}

### **效果展示**

設置完成后，買家下單時，則會顯示該門市自取選項。

<figure><img src="/files/IlIv5dBcamwJHqyLKSd7" alt=""><figcaption><p>新增門市自取效果</p></figcaption></figure>


---

# 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/huo-yun-guan-li/men-shi-zi-qu.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.
