This topic is locked

E-mail inquiry

6/24/2005 4:19:59 PM
ASPRunnerPro General questions
author

Hi...basically, I am trying to set up an "order now" or "order inquiry" link from a view page. Any ideas?
Better yet - I would prefer to incorporate a "basket" of sorts with a link to a simple "checkout"...

admin 6/27/2005

Hi,
you can modify SQL query on the Edit SQL query tab in ASPRunner Pro.

Check the checkbox Edit SQL query manually and modify your query like following:

select [Field1],

[Field2],

'http://www.mysite.com/order.htm'; as OrderURL

From [Table]


Proceed to Formattingtab in ASPRunner and set View as type for OrderURL field as Hyperlink. Click Change...and enter "Order now!" in the Display word textbox.
Now on the View page you'll see the OrderURL field with link to http://www.mysite.com/order.htm page.