OK
Grazie lo stesso ma sta volta mi sono risposto da solo:
modificare la pagina default.php che si trova in uno di questi percorsi:
public_html/templates/new15/html/com_virtuemart/category/default.php
public_html/components/com_virtuemart/views/categories/tmpl/default.php
Eliminare le righe 162-174
<div class="orderby-displaynumber">
<div class="width70 floatleft">
<?php echo $this->orderByList['orderby']; ?>
<?php echo $this->orderByList['manufacturer']; ?>
</div>
<div class="width30 floatright display-number"><?php echo $this->vmPagination->getResultsCounter();?>
<?php echo $this->vmPagination->getLimitBox(); ?></div>
<div id="bottom-pagination">
<?php echo $this->vmPagination->getPagesLinks(); ?>
<span style="float:right"><?php echo $this->vmPagination->getPagesCounter(); ?></span>
</div>
<div class="clear"></div>