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?
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
Thx :)