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

# 【商品管理】商品庫存為 0 後仍繼續銷售

|  此功能僅支援商務版和零售方案使用

你可以設定若商品庫存為 0 時仍然繼續銷售，一般會用於預購的商品。

### 步驟一：前往商品管理

1. 前往 EasyStore 後台 → 商品管理 → 所有商品 → 新增商品/編輯商品


### 步驟二：啟用「在商品庫存為 0 後仍繼續銷售」

1. 若你想要在商品庫存為 0 時還可以繼續下單，你可以勾選「在商品庫存為 0 後仍繼續銷售」的選項。那麼當商品售完後，顧客仍然可以繼續下單，庫存數量會呈現負數 - 1 - 2.........


![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_1jcky0e.png)

2. 點擊儲存，完成！


---

🔸注意：

1. 若庫存少於 0 時，將不會顯示「售完」標籤，若你想在商品庫存少於 0 時，仍顯示「售完」標籤，你可參考以下路徑編輯原始碼

1.1 佈景主題 → 編輯原始碼 → global.js 文件夾 → 把  `if(this.currentVariant.inventory_quantity == 0) {` → 換成  `if(this.currentVariant.inventory_quantity <= 0) {`

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_1risa8t.png)
