Display 12 Products Per Page

add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 12;' ), 20 );