Categories

Featured templates

WooCommerce. How to increase number of products per page

Andre Flores March 11, 2016
Rating: 5.0/5. From 3 votes.
Please wait...

Hello! This video tutorial shows how to increase number of products per page in WooCommerce templates.

WooCommerce. How to increase number of products per page

You may need to change the number of products displayed on the categories pages in your WooCommerce shop:

woocommerce_increase_products_numer_per_page_1

Let’s learn how to do that.

The tutorial assumes you are already logged into your WordPress dashboard.

  1. Navigate to Cherry Options tab:

    woocommerce_increase_products_numer_per_page_2
  2. Then navigate to Shop settings tab:

    woocommerce_increase_products_numer_per_page_3
  3. On the appeared screen change the value under “Products per page” option to the desired products count:

    woocommerce_increase_products_numer_per_page_4
  4. Click “Save Options” at the bottom right of the Shop settings interface.

  5. Navigate back to your shop front-end and refresh the page to see changes:

    woocommerce_increase_products_numer_per_page_5

It may happen that such option does not exist in your Cherry Options.

In this case you will need to add the following code to the very end of your custom-function.php file under /wp-content/theme/themeXXXXX/ folder:

// Display 25 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 25;' ), 20 );

Where 25 is the number of products you would like to be displayed on the page.

This is the end of the tutorial. You have learnt how to increase the number of products per page in your WooCommerce template.

Feel free to check the detailed video tutorial below:

WooCommerce. How to increase number of products per page
Wordpress Responsive Templates
This entry was posted in WooCommerce Tutorials and tagged number, page, product, WooCommerce. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket