> 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/huo-bi-she-zhi.md).

# 貨幣設置

💡 **貨幣管理設置**

***

<figure><img src="/files/k8JgFQYVOtQdTbHWFG2H" alt=""><figcaption><p> <strong>貨幣管理設置</strong></p></figcaption></figure>

#### 1️⃣ **貨幣顯示與匯率設置**

* **顯示位置**：應用於結賬頁面、付款界面或者顯示貨幣的區域。
* **設置內容**：設置貨幣的名稱、匯率和顯示符號。
* **匯率規則**：基於市場匯率或內部標準設置。

**例子：**

* **貨幣名稱與匯率**：
  * MOP：1
  * CNY：0.95
* **顯示符號**：
  * MOP → MOP
  * CNY → CNY

<figure><img src="/files/7MCuGnHHQfU6gbD7HxQZ" alt=""><figcaption><p>新增貨幣</p></figcaption></figure>

#### 1️⃣ **用戶選擇貨幣**

用戶可以在網店的選單中選擇所需的貨幣。當用戶選擇不同的貨幣後，所有商品價格及其顯示符號會立即更新。

**操作流程：**

1. 用戶進入網店後，打開選單。
2. 選擇自己偏好的貨幣（例如：MOP、CNY、USD 等）。
3. 系統會自動根據選擇的貨幣顯示對應的商品價格與符號。

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

***

#### 2️⃣ **即時價格更新**

當用戶更改貨幣後，所有商品的價格會即時顯示為新貨幣的價格，並且符號也會相應改變。

**例子：**

* 用戶選擇 **MOP**，商品價格顯示為 **MOP 100**。
* 用戶選擇 **CNY**，商品價格顯示為 **CNY 95**（假設匯率為 1 MOP = 0.95 CNY）。

***

<div><figure><img src="/files/hce5PoeEpMbHAFq1lO5L" alt=""><figcaption></figcaption></figure> <figure><img src="/files/K9yxXq1SavdjKTqogIi4" alt=""><figcaption></figcaption></figure></div>

<details>

<summary></summary>

</details>

***

***


---

# 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/dian-pu-she-zhi/huo-bi-she-zhi.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.
