Page 1 of 1

Products pagination broken

Posted: Sun Feb 24, 2013 3:13 pm
by applejack
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

Code: Select all

{Products action='search' summarytemplate='Sample' resultpage='products' sortby='product_name' searchformtemplate='Search'}
The initial search returns

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
The next link is

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
I have tried using the standard templates but still the same issue. Anyone else had this problem?

Products version 2.17

Re: Products pagination broken

Posted: Thu Jun 27, 2013 9:40 am
by antiheld2000
I have the same issue and can't figure out, what's wrong. Any suggestions?

Re: Products pagination broken

Posted: Thu Jun 27, 2013 9:59 am
by applejack
It's bust that what wrong. I never was able to fix it.

Re: Products pagination broken

Posted: Thu Jun 27, 2013 10:33 am
by antiheld2000
Thank you for the reply. I switch to another module…