On successful order the confirmstatus page displays the order#, subtotal, etc, etc. Currently, the Success Redirect URL Page feature doesnt pass anything in the querystring to your custom redirect page. The only way I can think of to pass the subtotal / order# to your custom redirect page would be to write a javascript on the confirm page to save the data to a cookie and then on your custom page read the cookie and display the data.
Since you have the source code you could also modify the c# code to pass the order# in the querystring to your custom page.
Thanks,
At your service,
Dave Smith
|
|