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
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );