Quote Originally Posted by schoolboy View Post
The display of the checkout confirmation page is only PART of the story... Remember, you are using a site that integrates (in very complex ways) with a sophisticated database. Many of the "calls" and "writes" to that database are governed by php code in the various pages (and steps) that relate to placing an order.

Checkout Confirmation doesn't only display info... it concludes an order process, making sure that a legal commercial transaction has been completed, and that all data relating to that transaction has been properly written into the record (the database).

This is an essential part of any online payment gateway, affiliate programme or tracking strategy.

DON'T try to stop it from appearing!
Thanks for the reply. Don't worry, I certainly wouldn't blindly remove the page.
As for your comments: While it is obviously an intregal part of the process I can't imagine that it wouldn't be possible to have all that happen "behind the scenes" and allow for a by-pass directly to the checkout_success page. There is so much talk about minimizing steps in the checkout process, and for good reason: It's important to close the sale. The checkout_confirmation page is not only an extra step but one that could be easily missed by people who think that their order is complete once they have entered their credit card information. Scrolling down to hit that extra button does cost sales, it has been documented.