News:

Support the VirtueMart project and become a member

Main Menu

virtual mart 2.0 turn of pagination

Started by davidb34ni, March 07, 2012, 15:07:12 PM

Previous topic - Next topic

davidb34ni

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


davidb34ni

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

PRO

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(); ?>

davidb34ni

if you simple remove that though it keeps whatever limits on it does it not