Ultraschall2d hey,
By changing the value in line 222 :
“(add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ) );|”
from 24 to 65
“(add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 65;’ ) );|”
The default products displayed on one page will be 65.
Thanks for the help guys!