![]() |
![]() |
I copied the simple catalog and I'm trying to modify the results page to display all the results, not just two at a time. I can't figure out how to set it so it will display all resulst. Below is the code I'm using. T Thanks for any help: [search-region more=4] [search-list] [page href="[item-code]"][item-description][/page]: [order code="[item-code]"][item-price][/order]<BR> [/search-list] [/search-region] -- Keith Pettit keithp@censoft.com www.censoft.com
<HTML>
<HEAD> <TITLE> Search results: [value-extended mv_searchspec joiner=" "] </TITLE> </HEAD> [include /home/httpd/wwwlive/include/header.inc] <BODY __BODY__> <br><br>
<Center> <table border="0" width="400" cellspacing="0" cellpadding="5" bgcolor="#ffffcc"> <td width="100%"> <p align="center"><b><font size="4">[value-extended name=mv_searchspec joiner=" "]</font></b> <br> [search-region more=4] [search-list] [page href="[item-code]"][item-description][/page]: [order code="[item-code]"][item-price][/order]<BR> [/search-list] [/search-region] </td></tr></table></center> </BODY> </HTML> [include /home/httpd/wwwlive/include/footer.inc] |