If in this file wp-content\plugins\woocommerce\includes\wc-template-functions.php
Comment out the code
if ( ! wc_get_loop_prop( 'is_paginated' ) || ! woocommerce_products_will_display() ) {
return;
}
and
` if ( ! wc_get_loop_prop( ‘is_paginated’ ) || ! woocommerce_products_will_display() ) {
return;
}`
Then sorting and pagination appear, this function returns true! woocommerce_products_will_display()`