Hi,
Please edit InStyle/gavern/wc-functions.php file around line 20:
- Code: Select all
// Display 9 products per page.
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );
to change the number of products.
Regarding the second question - please ask on woocommerce forum, because it's not connected with the theme directly.