Preface
This document is intended to assist anyone using the Adyen Magento extension version 2.0.0.
Installation
1. Unzip or use package management of Magento to install the extension:
http://www.magentocommerce.com/magento-connect/adyen-payment.html
2. Refresh the Magento caches (System Cache Management Select All Refresh)→ → →
Important notes
Theming
Template and layout are placed in /app/design/frontend/base folder, if needed copy according to
your own theme configuration
CGI mode
Some hosting providers including Byte are running PHP in CGI mode. This means that HTTP Basic
Authentication is not working by default. As HTTP Basic Authentication is used for the notification
receival, enable the authorisation by adding the following rules to the .htaccess file in the root
directory of Magento:
RewriteEngine on
RewriteCond %{HTTP:Authorization} (.+)
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
For more information, refer to: http://www.byte.nl/wiki/Php_Cgi_Mode
Copyright © Adyen B.V. 2013