Products pagination broken
Posted: Sun Feb 24, 2013 3:13 pm
In the products module using it's own search function the pagination is broken. At first it show the correct number of pages but click on the next link shows the total number of pages for every product.
Search tag is
The initial search returns
The next link is
I have tried using the standard templates but still the same issue. Anyone else had this problem?
Products version 2.17
Search tag is
Code: Select all
{Products action='search' summarytemplate='Sample' resultpage='products' sortby='product_name' searchformtemplate='Search'}
Code: Select all
http://domain.com/products/?mact=Products%2Cm02f09%2Cdo_search%2C0&m02f09returnid=59&m02f09summarytemplate=Sample&m02f09sortby=product_name&m02f09pagelimit=5&m02f09cd_prodname=pen
Code: Select all
http://domain.com/index.php?mact=Products,cntnt01,default,0&cntnt01returnid=59&cntnt01summarytemplate=Sample&cntnt01sortby=product_name&cntnt01pagelimit=5&cntnt01cd_prodname=pen&cntnt01page=1&cntnt01returnid=59
Products version 2.17