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

# OnVoard：商品評論（Product Reviews）

在你開始之前：

 

* 確保已在 EasyStore 中安裝了 OnVoard 應用程序

* 必須將您的 EasyStore 帳戶與 OnVoard 連接。

* 確保您擁有 OnVoard 的註冊帳戶。

* 如果您還沒有 OnVoard 帳戶，請點擊 [此處](https://console.onvoard.com/register/)註冊。

* 有關 OnVoard 的價格和計劃，請點擊 [此處](https://www.onvoard.com/pricing)參考。

---


###  1. 設定 Review Widget

步驟一:  [Review](https://console.onvoard.com/reviews-overview) > Widget > Review Widget > Add Widget > Submit。

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

步驟二: 到 Review Widget > 複製 widget ID。

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

步驟三: 將在 snippet 的 REVIEWS_WIDGET_ID 更換成已複製的 widget ID。

 

 

<div
class="ov-app ov-app-reviews-widget"
data-app-id="REVIEWS_WIDGET_ID"
data-app="reviews-widget"
data-platform="easystore"
data-product-external-id="{{ product.id }}">
</div>
 


注意：將widgetID粘貼到上面的代碼段後，複製該代碼段，因為它將被放置在EasyStore的編輯原始碼檔案中。


### 2.在EasyStore 編輯原始碼

 

步驟一： 到後台 > 銷售管道 > 品牌官網 > 佈景主題 > 編輯原始碼。

步驟二：選擇 product.liquid > 在大約第170 -180行 >  在 {% app_snippet 'product/description_bottom' %} 下方 > 粘貼上原始碼 > 儲存。

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

可以點擊 [演示商店](https://onvoardreviewsdemo.easy.co/)查看示例！