i add to page_2 the code below
PHP Code:
<?php require($template->get_template_dir('/tpl_products_all_default.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_products_all_default.php'); ?>
<?php 
require($template->get_template_dir('/tpl_modules_products_all_listing.php',DIR_WS_TEMPLATE$current_page_base,'templates') . '/tpl_modules_products_all_listing.php'); ?>
when i visit the page_2, i get "sort by" and "More products will be added soon. Please check back later."

do you have any good idea to make it done? thanks