Hi,
I know I have specific CSS rules for the pagination, but my pagination needs to look like this:
fuden.informatizarte.com/index.php/actualidad/noticias
Only previews and next (attachment pagination-good.png)
but hikashop avoid my template html/pagination.php (only the functions pagination_item_inactive and pagination_item_active) and use his own _item_inactive and _item_active in /administrator/components/com_hikashop/helpers/pagination.php breaking my templete pagination. (attachment pagination-bad.png)
Despite that style thing it doesn't work, you can see here:
fuden.informatizarte.com/index.php/soluc...-ediciones-digitales
Clicking next, last or 2 does nothing.
**UPDATE**
I manage to fix this, it seems that you need to call $this->pagination->getListFooter($this->params->get('limit')); and you can just choose $this->pagination->getPagesLinks(); if you only need that for the pagination to work because the input hidden limitstart inside getListFooter.