How would one go about turning off pagination I have set the global list limit to its max is 100. But the list is still paging even though lease than 100 products exist
do a template override and remove it.
http://forum.virtuemart.net/index.php?topic=90935.0
http://forum.virtuemart.net/index.php?topic=97744.0
Thats not my question my question is where do i remove the code which files i no about template overides but i want to rmove pagination on all categories and unlimted products one page as per customers request
did you look at the 2nd link?
Pages/Links/Pagination
<?php echo $this->vmPagination->getResultsCounter();?>
<?php echo $this->vmPagination->getLimitBox(); ?>
<?php echo $this->vmPagination->getPagesLinks(); ?>
<?php echo $this->vmPagination->getPagesCounter(); ?>
if you simple remove that though it keeps whatever limits on it does it not