Woocommerce producuts shortcode display only two products per page
I am building WooCommerce store with storefront child theme. In my shop page (archive-product.php) I'm using following code to display products: <?php $filterArray = explode("/", "http://" . $_SERVER[HTTP_HOST] . $_SERVER[REQUEST_URI]); if(count($filterArray)>5) { echo do_shortcode('[products category="' . $filterArray[count($filterArray)-2] . '" per_page="30"…