/[drupal]/contributions/modules/uc_atos/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/uc_atos/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Nov 4 10:52:13 2008 UTC (12 months, 3 weeks ago) by zmove
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial release for Drupal 6.x
1 /**
2 * Install file of Ubercart ATOS Payment System
3 * By zmove
4 **/
5
6 ------------------------------------------------------
7 INSTALLATION
8 ------------------------------------------------------
9
10 1) Unrar your ATOS package
11 2) Configure your pathfile as described in the installation guide you may have.
12 3) FACULTATIVE : configure your parcom file, all important parameter are configured by the module.
13 4) Upload your files in an "atos" directory on the root of your server.
14
15 Bin files have to be in /atos
16 Param files & pathfile have to be in /atos/param
17 Log files have to be in /atos/log
18
19 5) Give right CHMOD to your folder and files.
20 log folder need 775 CHMOD
21 atos folder need 755 CHMOD
22 Binary need 654 CHMOD
23
24 6) Enable the module
25 7) Configure it in the payment system configuration
26 8) Enjoy
27
28 NB : Test it long time before call your bank and ask to be in production mode !
29
30 -----------------------------------------------------
31 FEATURES
32 -----------------------------------------------------
33
34 - Add a new radio button with a custom title and description when customer have to choose the payment system he need.
35 - Load the list of Available credit card in checkout review. The user have to choose what kind of card he possess.
36 - Internationalization : if the website is multilanguage, the API is called with the customer language parameter. If not available, the API is called with the language defined in settings.
37 - Autoresponse : The order is validated just after the credit card number was validated, the customer don't have to click on "return to shop" button to validate order.
38 - All transactions are logged :
39 + into a .txt file named log_the-day-of-transaction.txt. The log files are in /atos/log
40 + into an admin comment
41
42 I think that's all

  ViewVC Help
Powered by ViewVC 1.1.2