close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

PS2 Results and Shipping Options

Thread began 2/20/2010 11:45 am by paul.urgero235355 | Last modified 5/20/2010 3:51 pm by paul.urgero235355 | 5331 views | 27 replies

Eric Mittman

The number of products that you see per page on the results is controlled by this line of code near around line 147 on my Products_Results.php page:

php:
$maxRows_WADAProducts = 5;



To have users select how many to show you can add in links like this toward the top of the results page:

html:
Results per page: <a href="Products_Results.php?num_results=5">5</a>&nbsp;<a href="Products_Results.php?num_results=10">10</a>&nbsp;<a href="Products_Results.php?num_results=20">20</a>



Once you have added the links you then need to update the line of code that controls the results per page to look like this:

php:
$maxRows_WADAProducts = isset($_GET['num_results'])?$_GET['num_results']:5;



The page will still default to 5, then the user can click on a link to show the number of records they want. The updated code for the $maxRows will check to see if there is a number of results URL parameter and use that, if not it will default to 5.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...