List all product in grid

May 2014 WordPress Theme
GK User
Fri Apr 17, 2015 3:58 pm
Hi,
is there any way to show more then 9 products in grid view product page. Is that within WooCommerce on in the theme?

/linus
User avatar
Senior Boarder

GK User
Sun Apr 19, 2015 10:00 pm
Hi,

Please check StoreFront/gavern/wc-functions.php file and change return 9 to another value in this fragment:
Code: Select all
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );
User avatar
Moderator

GK User
Mon Apr 20, 2015 10:04 am
Great!
Can you also override this with an infinite scroll plugin that normally works with WC.

/linus
User avatar
Senior Boarder

GK User
Tue Apr 21, 2015 7:31 am
I didn't test the StoreFront theme with infinite scroll plugin, but it's the default filter for changing amount of products, so I think you can try.
User avatar
Moderator


cron