Hi Guys,
Is there any way i can remove the ... in the pagination?
This is what i am trying to do:
Current pagination:
<first> <pref> 1 2 3 4 ... 6 <next> <last>
I would like to have:
<first> <pref> 1 2 3 4 5 6 <next> <last>
Kind regards,
Meton
These are Joomla/template changes, not within VirtueMart.
To change the rendering you should edit
templates/your_joomla_template/html/pagination.php
ISTR that the maximum number of page numbers to show is set in libraries/cms/pagination/pagination.php