Finally i activated the pagination and paste this code on the template page <?php echo wpsc_display_products_page( array( ‘category_url_name’=>’last-product’, ‘limit_of_items’=>’4’ ) ); ?>
Than hide the pagination menu through css.
i think it’s not the best way but it work.