I'm using the checkout.php-script, and I have a question. After conforming their order; the scripts displays a txt-page (generated at the very end of the script by a couple of 'echo' lines). Instead of displaying that message; I would like the script to point to my own confirmation page (i.e. confirmation.html). I can't seem to find how to achieve this... Please help!!
Note: I actually want the same thing for the two error messages that result in a similar txt-page. When one of these errors (mandatory field missing/incorrect e-mail) occurs; I want to have my own HTML-error pages displayed...
