#######################################################################
  Copyright (c) 2003 
    Edwin Bekaert (edwin@ednique.com)
    Martin Schuchmann
    Matze Wolf
    John aka Berkedam
    Alwin Stehli
    Marcin Gebus (marcin@gebus.pl) www.oscommerce.gebus.pl

  Released under the GNU General Public License
#######################################################################
Install:
========
1. Unzip and upload all /new/ files to your store directory.

2. Load sql patch ship2pay.sql.

3. File Modification:
/includes/classes/payment.php
find:

$this->modules = explode(';', MODULE_PAYMENT_INSTALLED);

replace by:

// BOF ship2pay
//      $this->modules = explode(';', MODULE_PAYMENT_INSTALLED);
        $this->modules = zen_ship2pay();
// EOF ship2pay

4. Go to admin>modules>Ship 2 Pay
