woocommerce displaying products of a specific page

Build a simple WP Query, using the offset parameter and post_type => 'product'.

So for each page, you calculate your offset value with $posts_per_page * $page.