VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lysov on March 22, 2012, 12:04:24 PM

Title: [FIXED - VM203G]div id="bottom-pagination" in the FE category layout
Post by: lysov on March 22, 2012, 12:04:24 PM
What about two divs with identical "id" in the category default layot components/com_virtuemart/views/category/tmpl/default.php:
<div id="bottom-pagination"> at the top
and
<div id="bottom-pagination"> at the bottom
Unique id are identical!

Does anyone know how to set up the pagination to "All" to display all products on the page?
Title: Re: div id="bottom-pagination" in the FE category layout
Post by: Thomas Kuschel on March 22, 2012, 12:16:54 PM
In the backend, you can set the maximum inside each Product Category: (tested with VirtueMart 2.0.3B)

e.g. my  Category Form Limit List Max    300

(a maximum of 300 products are listed)
Category Form Limit List Step          60
Category Form Initial Display Records      60

Don't know if you can choose "0" for "all".
Regards Thomas Kuschel
Title: Re: div id="bottom-pagination" in the FE category layout
Post by: lysov on March 22, 2012, 12:37:38 PM
Thx  :)