RE: How can i delete payment module

lysander <[email protected]> 12 Sep 2003 10:08:57 -0000
Newsgroups gmane.comp.web.oscommerce.installation
Message-ID <18a17b1cae082a1d09499caa8eb88f6a@osCommerce-Forums>
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228319#228319
----------------------------------------------------------------

open includes/application_top.php

and edit this line

 define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment.php');


change it 

 define('FILENAME_CHECKOUT_PAYMENT', 'checkout_confirmation.php');

dont forget to back up application_top just in case.