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

# 在首頁顯示『瀏覽更多商品』鏈接 （舊版主題 - Candy 或之前發佈之主題）

||| 此文章僅供舊版主題（Candy 或之前發佈之主題）參考

![](https://storage.crisp.chat/users/helpdesk/website/b0f6a734c263b800/577ba0cc-3f9a-449a-a4ad-ecfa23_wkyoq0.png)

首頁上的商品顯示上限目前為二十個商品。若您想讓您的客戶瀏覽您其他商品該怎麼辦呢？這裡有幾個步驟輕鬆讓您新增『瀏覽更多商品』鏈接到您首頁商品顯示下方。

1. 您可以到 **銷售管道 > 品牌官網 > 佈景主題 > 編輯原始碼**  

![](https://storage.crisp.chat/users/helpdesk/website/7cba939f077c3000/7f0657bf-8513-4494-b7a8-c0ee44_unepzn.png)

![](https://storage.crisp.chat/users/helpdesk/website/fb9141ad82065800/b7e977f2-6bbf-4110-bf4b-afd6d8_1bvgecs.png)

  
2. 到Snippets檔案裡尋找 > **snippets/featured-product.liquid** 

![](https://storage.crisp.chat/users/helpdesk/website/faa22d5cbb3cd800/76e5e276-0127-4e20-bf31-b92855_1rsj1tm.png)

3. 點選以後，把這個部分貼到內容的最下方；

{% if collection.products >= 20%}  
<hr class="hr--clear">  
<div class="text-center">  
    <a class="" href="/collections/all" title="瀏覽更多商品">瀏覽更多商品 →</a>  
</div>  
{% endif %}  

![](https://storage.crisp.chat/users/helpdesk/website/a1bb146395911000/44659938-4516-45bf-9011-e26ba0_aik5rt.png)

小提醒：若您想把該文字鏈接顯示在左邊或右邊，您可以在 <div class="text-center"> 把 center 改成 left 或者 right。

![](https://storage.crisp.chat/users/helpdesk/website/f92e701d39525800/1f689080-428a-40f7-a570-6ce49f_18xs42s.png)

4. 貼上以後，點擊儲存即可完成設定。