tefun wrote: but i think
" to set the pagination to maximum in order to display all the elements in one page"
not correct, cause the scrypt must cklick to navigation in the pagination himself.
that work this plugin shop.elleseo.ru/plugin-ajax-scroll-joomla
You set the pagination in categories and the scrypt click to NEXT 1,2,3,4,5,6
I don't think that this plugin will work with HikaShop due to the way that pagination is handled. None of the
infinite-scrolling plugins that I have looked at will as they are all based on a common source. The reason that they will not work is that there is no 'href' attribute assigned to the 'next' link in the HikaShop pagination so the plugin doesn't know where to read the data from for the next page. Instead of the href attribute HikaShop passes post vars by the onclick event handler.
I'm in the middle of writing a plugin for infinite scrolling for my own shop. It's currently working on my test site but needs a little tidying up before releasing in the wild. I will post it up on my site once finished.
The only caveat that I have found so far with using infinite scrolling is that ideally you need to disable the pagination memory as it has some adverse effects when returning to the page (blank content). The pagination memory is easily disabled as documented here -
www.hikashop.com/forum/2-general-talk-ab...gination-memory.html
/DM