close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Questions about Products_Results.php Page in PS3

Thread began 9/06/2010 11:35 am by pistartech366237 | Last modified 9/28/2010 7:58 am by pistartech366237 | 1626 views | 5 replies

Jason ByrnesWebAssist

NOTE: These are not supported modifications, we can explain what you need to do, but cannot offer assistance in actually doing it.

1) to show all records by link, add a link that passes a querystring:

<a href="products_results.php?show=all">show all</a>


then find the following line:

php:
$query_limit_WADAProducts = sprintf("%s LIMIT %d, %d", $query_WADAProducts, $startRow_WADAProducts, $maxRows_WADAProducts);




and change it to:

php:
if(isset($_GET['show']) && $_GET['show'] == 'all'){
    $query_limit_WADAProducts = sprintf("%s", $query_WADAProducts);
}else{
    $query_limit_WADAProducts = sprintf("%s LIMIT %d, %d", $query_WADAProducts, $startRow_WADAProducts, $maxRows_WADAProducts);
}





you will also want to add an if statement around the navigation to hide it if all records are being shown:

php:
<div class="links"><?php if(!isset($_GET['show']) || (isset($_GET['show']) && $_GET['show'] != 'all')) { ?> Products <?php echo ($startRow_WADAProducts 1?> to <?php echo min($startRow_WADAProducts $maxRows_WADAProducts$totalRows_WADAProducts?> of <?php echo $totalRows_WADAProducts ?>
      <?php if ($pageNum_WADAProducts 0) { // Show if not first page ?>
        <a href="<?php printf("%s?pageNum_WADAProducts=%d%s"$currentPage0$queryString_WADAProducts); ?>">First</a>
        <?php // Show if not first page ?>
      <?php if ($pageNum_WADAProducts 0) { // Show if not first page ?>
        <a href="<?php printf("%s?pageNum_WADAProducts=%d%s"$currentPagemax(0$pageNum_WADAProducts 1), $queryString_WADAProducts); ?>">Prev</a>
        <?php // Show if not first page ?>
      <?php if ($pageNum_WADAProducts $totalPages_WADAProducts) { // Show if not last page ?>
        <a href="<?php printf("%s?pageNum_WADAProducts=%d%s"$currentPagemin($totalPages_WADAProducts$pageNum_WADAProducts 1), $queryString_WADAProducts); ?>">Next</a>
        <?php // Show if not last page ?>
      <?php if ($pageNum_WADAProducts $totalPages_WADAProducts) { // Show if not last page ?>
        <a href="<?php printf("%s?pageNum_WADAProducts=%d%s"$currentPage$totalPages_WADAProducts$queryString_WADAProducts); ?>">Last</a>
        <?php // Show if not last page ?><?php ?>



2) The products results page already supports price pange.


go to the search page. on the search page, you can enter the price range you wish to view.

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...