Multiple Product List Paginations
Permalink 1 user found helpful
I am currently working on a site that requires 2 product lists with pagination on the home page.
I need to make the pagination independent of each other. At the moment going to page 2 on one list also moves to that same page on the other.
Thanks
Richard
I need to make the pagination independent of each other. At the moment going to page 2 on one list also moves to that same page on the other.
Thanks
Richard
you can modify the helper to accept variables for the ccm_paging,
problem solved i took a closer look at the item list and pagination helper and found a function to set a namespace
the result is a query string ?ccm_paging_p_ps=
$productList->setNameSpace('ps'); $paginator = $productList->getPagination();
the result is a query string ?ccm_paging_p_ps=
ah, cool
Thanks @lookstechnical,
This helps me a lot...
This helps me a lot...
You haven't provided so much information about your problem, so please give more to be able to give better advice.