#################################################################
#                                                               #
#       INSTALLATION GUIDE                                      #
#                                                               #
#  ELV DE / ELV AT, Kreditkarten / Kreditkarten 3D Secure,      #
#  Vorkasse, per Rechnung, Sofortberweisung, per Telefon       #
#                                                               #
#  Direct debit (German/Austria),                               #
#  Creditcard, Creditcard 3d Secure,                            #
#  Prepayment, Invoice, Online Transfer, Telefon Payment        #
#                                                               #
#  These modules are used for real time processing of           #
#  transaction data#                                            #
#                                                               #
#  Released under the GNU General Public License                #
#  These modules are Created By Dixon Rajdaniel                 #
#                                                               #
#  This free contribution made by request.                      #
#  If you have found this script usefull a small recommendation #
#  as well as a comment on merchant form would be greatly       #
#  appreciated.                                                 #
#                                                               #
#  Version : 1.3.4 2010-06-17                                   #
#  Copyright (c) 2009-2010 Novalnet AG                          #
#                                                               #
#################################################################

Change Log:
Version 1.4: 3 new modules added: novalnet_elv_de_pci.php, novalnet_elv_at_pci.php und novalnet_cc_pci,php, which are pci-conform. And a new parameter proxy is 
added. And small changes in novalnet_prepayment.php and novalnet_invoice.php.

Version 1.3.3:
1. Bugfix: if cc and cc3dsecure are together enabled and data entered for cc an error message was displayed: the length of cc no 
must be longer than 14!

Version 1.3.2:
1. A parameter test_mode is added. Is's default value is true, i.e. you have to set it to true for real transactions.
2. For online transfer (sofortueberweisung) you must enter a password as admin, which you can get at our admin tool 
admin.novalnet.de via stammdaten -> paymentzugriffsschluessel
-------------------------------------------------------------------------------------------------------

How to install:
Please follow the steps to install the Payment Modules on your XTcommerce OR Commerce-SEO Shop system:
-------------------------------------------------------------------------------------------------------

1 - Make sure that you have curl installed in your system, if not please install curl, for installation help please visit 
"http://curl.haxx.se/docs/install.html"

2 - Copy the unzipped (novalnet includes) folder content into the main folder of your shop (Please copy the files into the correct 
folders as per the structure of this folder).

3 - Login to your Shop as admin on Browser:
    - go to the payment module section.
    - install (or reinstall if alread installed) the above mentioned or one of your required payment module, which you want to 
    provide for your shop's customers. 
    - after installing the module go on the edit mode, and enter the necessary novalnet Parameters required for the payment.

4 - go to your shop and select an article to purchase as a customer.

5 - you will see your installed payment module(s) in action on the payment page.

6 - Before you make your Shop Live for the customers, please make sure that your payment mode at Novalnet is set to Live Mode.

7 - For instant bank transfer/online transfer (Sofortberweisung) you need to enter a password in the admin area. You can get your 
password via the admin tool admin.novalnet.de -> Stammdaten -> Paymentzugriffsschluessel.

That's all. Your Shop is now Ready for Online Payment.

Note: If you use prepayment and/or Invoice then contact us for more details.

On Any Technical Problems, please contact sales@novalnet.de / 0049-89-923 068 320.

-------------------------------------------------------------------------------
Important Notice for Online Transfer (Sofortberweisung):

If you use real transaction data (bank code, bank account number, ect.) real transactions will be performed, even though the test 
mode is on/activated!
-------------------------------------------------------------------------------
If you do not have access to our admin tool "https://admin.novalnet.de" yet, you can perform tests nevertherless by using the 
following TEST data:

I. Parameters (Which are to be entered in the admin interface)
  Novalnet Vendor ID:        4
  Novalnet Vendor Auth-Code: JyEtHUjjbHNJwVztW6JrafIMHQvici
  Novalnet Product ID:       13
  Novalnet Tariff ID:        127

  For Online Transfer (Sofortberweisung):
  Password: a87ff679a2f3e71d9181a67b7542122c

II. Test Bank Data / Test Credit Card Data (Frontend)
  1.  Direct Debit For Germany 
      Bank Account Number: 2411761956
      Bank Code:           30020900

  2.  Direct Debit For Austria
      Bank Account Number: 028121956
      Bank Code:           15090

  3.  Credit Card
      CC No.: 4200000000000000 (14 x 0)
      CVC:    123
      The expiry date must be any date of the future

  4.  Online Transfer
      Bank Code (if you are asked to enter it on processing your test transaction): 88888888 (8 x 8)
      Every further entry is arbitrary

--------------------
Last updated: 2010.05.05