> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 如何隱藏商品 SKU

### 1. 隱藏訂單確認信裡的 SKU

前往郵件範本》訂單確認信》刪除代碼 `{% if product.sku != blank %} - {{ product.sku }}{% endif %}`

![](https://storage.crisp.chat/users/helpdesk/website/d5ba9898a2a13800/08698697-5b0d-4737-af82-ac1df4_1yymycz.png)

### 2. 隱藏客戶前台訂單頁 SKU

若是使用 Aroma 或更新佈景主題，可參考以下步驟：

前往編輯原始碼》 customers/order.liquid 文件》找尋 `line_item.sku` 》刪除以下代碼

![](https://storage.crisp.chat/users/helpdesk/website/6ab2534b8dede000/670120f8-8499-4358-97d4-075a39_9dohm4.png)

若是使用 Candy 或更舊佈景主題，可參考以下步驟：

前往編輯原始碼》 customers/order.liquid 文件》找尋並刪除 `{{ 'customer.order.price' | t }}` 和 `{{ line_item.sku }}`

![](https://storage.crisp.chat/users/helpdesk/website/282896c630a4f200/b425e978-a9b0-476c-829d-e16889_17r6851.png)