Ogone payment module
================


DESCRIPTION
------------
Long overdue, it is finally here, a module to integrate the Ogone payment system into your drupal 6 driven e-commerce websites.
Integration of the Ogone system is not that hard at all, but reinventing the wheel soon becomes a drag rather then a challenge.

REQUIREMENTS
------------
Drupal 6.x


INSTALLING
------------
1. Copy the 'ogone' folder to your sites/all/modules directory.
2. Go to Administer > Site building > Modules. Enable the module.


CONFIGURING AND USING
---------------------
Configuration and integration you can find at at http://eam.werksite.be


UPGRADING
---------
1. One of the most IMPORTANT things to do BEFORE you upgrade, is to backup your site's files and database. More info: http://drupal.org/node/22281
2. Disable actual module. To do so go to Administer > Site building > Modules. Disable the module.
3. Just overwrite (or replace) the older module folder with the newer version.
4. Enable the new module. To do so go to Administer > Site building > Modules. Enable the module.
5. Run the update script. To do so go to the following address: www.yourwebsite.com/update.php
Follow instructions on screen. You must be log in as an administrator (user #1) to do this step.

More info about upgrading: http://drupal.org/node/250790