
Originally Posted by
schoolboy
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!