> ## 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 ขีดจำกัดการแสดงสินค้าในหน้าคอลเลกชันคือสินค้า 25 ชิ้นเท่านั้น ตอนนี้คุณสามารถทำให้สินค้า เพิ่มเป็น 50 รายการในหน้าคอลเลคชั่น

⚠️ โปรดทราบ:

? limit = 50 จะแสดงอยู่ด้านหลังลิงก์ URL ที่เกี่ยวข้องกับการนำทางทั้งหมดจากแถบด้านบนและ Mobile Menu (ซึ่งรวมถึงหน้าที่ไม่มีคอลเลคชั่น )

เพื่อแสดงสินค้า 50 รายการต่อหนึ่งหน้าคอลเลคชั่น

*   เหนือการแก้ไขโค้ดทั้งหมดคุณจะต้องแก้ไขโค้ดซ้ำอีกครั้งหากคุณเปลี่ยนไปใช้เทมเพลตธีมใหม่
    

### **สำหรับ top bar :**

ไปที่ > ร้านค้าออนไลน์ > แก้ไขแหล่งข้อมูล > snippets > **site-nav.liquid**

ค้นหา Code ทั้งหมดที่แสดงด้านล่างและเพิ่ม **`?limit=50`** ข้างหลัง **ระหว่าง url**, ตามรูปภาพที่แสดงด้านล่าง

`{{ link.url }}`

`{{ parentlink.url }}`

`{{ childlink.url }}`

`{{ grandlink.url }}`

![](https://storage.crisp.chat/users/helpdesk/website/8204be1ff555d000/235d4f80-1ea8-4f37-9c6b-e5ac7d_a70ns8.png)

![](https://storage.crisp.chat/users/helpdesk/website/24a149fa0d35e600/fd4f5f62-2245-45f1-ac1f-1d4566_hsx8f3.png)

### **ต่อไป, พวกเราไปที่ mobile menu :**

ไปที่ ช่องทางขายอื่นๆ> ร้านค้าออนไลน์ > แก้ไขแหล่งข้อมูล > snippets > **mobile-nav.liquid**

คล้ายๆกับตัว top bar, ค้นหา Code ทั้งหมดที่แสดงด้านล่างและเพิ่ม **`?limit=50`** ข้างหลัง **ระหว่าง url**, ตามรูปภาพที่แสดงด้านล่าง

`{{ link.url }}`

`{{ parentlink.url }}`

`{{ childlink.url }}`

`{{ grandlink.url }}`

![](https://storage.crisp.chat/users/helpdesk/website/b170f0495369900/a8836209-79f6-4eb8-9b98-4ae846_dh403h.png)

![](https://storage.crisp.chat/users/helpdesk/website/93e464702a7b480/2a3be7e8-bd78-48b5-abfc-42c740_ghcycs.png)

![](https://storage.crisp.chat/users/helpdesk/website/90e951d9e6e3e800/03d03357-a29a-42f2-8e09-d65f7e_ikj9oq.png)

แค่นี้ก็เสร็จเรียบร้อยแล้ว !