![]() |
Display Product on Payment Page? |
Post Reply
|
| Author | |
hnAust
Newbie
Joined: 21-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: Display Product on Payment Page?Posted: 21-October-2008 at 11:13pm |
|
Hi All
Is anyone able to provide some guidance about how to display the products being bought on the paymnta_o.asp page? We tried adding the following that we found in the wiki to paymnta_o.asp: <%But it produced no results. Thank you for your help. |
|
![]() |
|
Matt
Moderator Group
Joined: 20-July-2006 Location: United States Status: Offline Points: 73 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-October-2008 at 11:38pm |
|
After OrderVerify.asp (the order verify screen) everything needs to come out of the database. So you should grab the code you need from orderComplete.asp. That page queries the db for the product ordered and loops through them.
|
|
![]() |
|
hnAust
Newbie
Joined: 21-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-October-2008 at 11:46pm |
|
Thanks for your prompt reply.
I have taken - what i think i need from ordercomplete.asp but get this error; Error Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'orders.idOrder ='. * Last Query: SELECT orders.idCustomer,orders.orderStatus FROM orders WHERE orders.idOrder = |
|
![]() |
|
Matt
Moderator Group
Joined: 20-July-2006 Location: United States Status: Offline Points: 73 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-October-2008 at 11:50pm |
|
There is no order ID in your query. You have to look over the page and find the variable that holds it. On the page you are working with it is different than on orderComplete.asp. It is called "session("GWOrderId")". Good Luck!
Edited by Matt - 21-October-2008 at 11:51pm |
|
![]() |
|
hnAust
Newbie
Joined: 21-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-October-2008 at 11:56pm |
|
Is there any one out there looking for a freelance job to complete the task that we have described in this post?
|
|
![]() |
|
hnAust
Newbie
Joined: 21-August-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 22-October-2008 at 3:35am |
|
Hi Matt
Thanks for your help. I have been able to work out the process and customise the payment page successfully. Just need to work out when and where the confirmation emails fire from to customise those. Thanks again |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |