close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Including "Page numbers" as links on Results page

Thread began 12/17/2009 12:30 pm by jebrandon343719 | Last modified 5/12/2010 2:08 pm by dlovas275157 | 2666 views | 7 replies |

jebrandon343719

Including "Page numbers" as links on Results page

Hi, I have a results page with about 200 records. The Prev/Next links are not enough for this volume of data. I am displaying 9 records at a time which leads to about 22 pages.
How to I insert page number links? So instead of clicking 'next' continually, my users can click on a page number (1 2 3 4... etc).
thanks

Sign in to reply to this post

Jason ByrnesWebAssist

data assist does not offer this type of recordset paging, nor does Dreamweaver.


you can accomplish this using the Tom Muck Recordset Navigation Suite for Dreamweaver:

recordsetnavigationsuite/

Sign in to reply to this post

jebrandon343719

Thanks

Thank you - This is great. Just a note to anyone else wishing to add this - I'd suggest you have your page 100% complete prior to adding this server behaviour as it causes a bit of confusion in the behavious pannel.

Sign in to reply to this post

dlovas275157

I can't seem to get "eCart Add To Cart" buttons to function correctly while using Tom-Muck's extensions "recordset pagination" or "dynamic search".

Any tips on getting this to work or what's going wrong in the code. Or is there a better solution

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of your page please.

Sign in to reply to this post

dlovas275157

Attached is my page.

Link

216.119.88.211/index.php

Attached Files
index.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the problem is that the featured recordset is set to ORDER BY RAND() and is limited to 3 records. This means that the records that are in the recordset when the page loads are not the same records that are in the recordset when the add to cart button is pressed.

Create a new recordset as:
SELECT * FROM hb_inventory WHERE featured = 'Y' AND publish = 'Y'

without any filtering and use that one in the bindings for the featured add to cart button.

Sign in to reply to this post

dlovas275157

Jason,

I got it to work. I had the eCart Bindings incorrect. Also when using Tom Muck's Dynamic Search Suite (search/results) you have to have the "Add to Cart" button on the page before applying the Tom Muck Dynamic Search Suite. Tom's extension modifies the name of the recordset to TomListRecordset and then it is not available for selection within the eCart dialog.

Appreciate the help. THnx. D

Sign in to reply to this post

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