Dreamcatchers
Posts: 120
|
| Posted: 11/30/2007, 9:46 AM |
|
It sounds simple but I am stumped on getting this to work.
I have a order request form that collects data. Upon an add button click it then:
1. creates a new entry in the database
2. goes to an order confirm page
The order confirm page looks up the order (to get order_id just created) and displays the order information to the user and then upon a confirm button click:
1. write the data in an email and sends it io me
2. goes to a pay options page
The pay options let the user exit to pay later or click a link to pay now.
The pay link calls an external ecommerce page and passes the product ID code
My problem is the product id never gets passed. I have tried to reference it many ways.
On other programs all data fields are passed in urls. Nothing is happening here.
I have tried preserve get and preserve get and post with no positive effect.
_________________
Training and LMS Developer |
 |
 |
kevind
Posts: 251
|
| Posted: 12/05/2007, 4:47 AM |
|
is the product_id in the list of datasource column for the resulting grid ? the 'link' you mention should have the datasource column and the parameter name you want to use to pass to the next page
also, i'd mock up my own 'ecommerce' page and call it by the link first to check that your parameters are passed, then test the actual target page - perhaps 'they' are stripping URL parameters on you.
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|