VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: davidb34ni on March 07, 2012, 15:07:12 PM

Title: virtual mart 2.0 turn of pagination
Post by: davidb34ni on March 07, 2012, 15:07:12 PM
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
Title: Re: virtual mart 2.0 turn of pagination
Post by: PRO on March 07, 2012, 15:38:28 PM
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

Title: Re: virtual mart 2.0 turn of pagination
Post by: davidb34ni on March 07, 2012, 15:45:56 PM
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
Title: Re: virtual mart 2.0 turn of pagination
Post by: PRO on March 07, 2012, 18:26:51 PM
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(); ?>
Title: Re: virtual mart 2.0 turn of pagination
Post by: davidb34ni on March 08, 2012, 13:41:59 PM
if you simple remove that though it keeps whatever limits on it does it not