> For the complete documentation index, see [llms.txt](https://manual.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cube.mo/bian-ji-ding-dan/gou-mai-shang-pin-xiang-qing.md).

# 購買商品詳情

![](/files/-MOkQi0Rcw6JbVVUjGDT)

![](/files/-MLlV1rA1cmptrVYWPka)

●    商品名稱：顯示該訂單所有商品名稱 、商品的單價 、訂單顧客購買商品的數量&#x20;

●    小計：小計單項商品總價&#x20;

●    優惠券編號：如顧客使用優惠券，系統會顯示優惠碼、優惠百分比（或固定金額）和優惠金額&#x20;

●    會員優惠：如顧客是升級會員，系統會顯示會員級別、優惠百分比和優惠金額&#x20;

●    配送費用：顯示訂單的配送費用&#x20;

●    總計：所有商品總金額扣除優惠金額和增加附加費用後的總價&#x20;

●    備註：顧客對於訂單有特別的請求

### **\*新增功能：僅供年費商業計劃及尊尚計畫的用戶使用**

![](/files/-MOnvlYhMSvT3FR7tEqn)

●    更改訂單(Beta)：新增/刪除商品，更改優惠調整及配送費用等，效果圖如下

![](/files/-MY42Nc99FzCHS-MN-9n)

操作如下：點擊紅色按鈕「更改訂單」即取消該訂單，創建一個新的訂單。

![](/files/-MY45r_znZ9G2tRN0Isk)

\>>>在訂單資料點擊**紅字「原訂單」**&#x53EF;以查看到原來的訂單：

![](/files/-MY7y9OZML8VSyE4GVjw)

> 商家也可在"已取消"的訂單狀態找到原來的訂單

\>>>在訂單資料點擊**綠字「新訂單」**&#x53EF;以返回至更改後的訂單：

![](/files/-MY7yRPNCKQCG1ffn45i)

#### **\*關於「原訂單」退款及「新訂單」收款：**

1.商家打開「原訂單」，對「原訂單」進行退款操作：先更改訂單狀態，再更改支付狀態。

{% hint style="warning" %}
需要非常注意MPay的退款方法，詳情可點擊[這裡](https://manual.cube.mo/chang-jian-wen-ti/mpay-de-tui-kuan-fang-fa)。
{% endhint %}

2.已更改的訂單(即新訂單)，需要商家聯繫客人付款，通知客人自行進入網店登入自己的帳號，查看"購買履歷"，然後點擊粉色按鈕，進入支付頁面，如下：

![](/files/-MYTxXsaNrMR3K8KDUvS)

![](/files/-MYTxnRtr1VFfk5BqpVa)


---

# 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://manual.cube.mo/bian-ji-ding-dan/gou-mai-shang-pin-xiang-qing.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.
