Is there a way of changing the limit of products on a page

Hi,

I am building a page using custom sections, the section has images and prices but when I go over the 20 product limit the prices don’t show up, is there a way of increasing the limit?

Thanks

The product limit in Shopify is set at 20 products per page by default. This limit applies to the number of products that can be displayed using Shopify’s built-in product section or any other section that retrieves and displays products from your store.

If you need to display more than 20 products on a single page or section, you would need to customize your theme or use a third-party app or custom development to achieve this. Here are a few options to consider:

  1. Custom theme modification: You can modify your theme’s code to increase the product limit. This typically requires expertise in Liquid (Shopify’s templating language) and theme development. You would need to locate the code responsible for fetching and displaying products and adjust it to accommodate more than 20 products.

  2. Third-party apps: There are several apps available in the Shopify App Store that offer advanced product display features, including the ability to display more than 20 products per page. These apps provide additional customization options and flexibility for showcasing your products.

  3. Custom development: If you have development skills or access to a developer, you can create a custom solution to display products beyond the default limit. This involves writing custom code to fetch and display the products according to your specific requirements.