close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Order History Customer and All

Thread began 8/24/2011 8:31 pm by info271221 | Last modified 8/29/2011 7:02 am by info271221 | 851 views | 2 replies |

info271221

Order History Customer and All

orders_ResultsAll.php works fine, but when you click on the order ID # I want to show just the details of one order id ie: customer_order_detailsALL.php?DetailOrderID=29

I also tried another method which produces -0- Results.
customer_order_detailsALL1.php?DetailOrderID=94

My customer order history page works, but when you click to view the details I get nothing.
customer_order_history.php

I tried to follow the tutorial but obviously am missing something. Any help you can give me will be greatly appreciated.

Attached Files
customer_order_history.zip
Sign in to reply to this post

Jason ByrnesWebAssist

you need to configure the recordset to filter on the DetailOrderID querysting that is passing the order ID over


edit the WADAorderdetails recordset:

SELECT orders.*, orderdetails.* FROM orders INNER JOIN orderdetails ON orders.OrderID = orderdetails.DetailOrderID WHERE orders.OrderID = paramOrderID

then create a new variable in the variables section:
Name: paramOrderID
Type: integer
Default Value: -1
Run Time Value: $_GET['DetailOrderID']

Sign in to reply to this post

info271221

Order Reports

Thank You!! Worked perfect.

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