Skip to content

Installation

Fruhmann edited this page May 21, 2019 · 8 revisions

Requirements

Install/activate on your web server:

  • Web Server (Apache suggested)
  • PHP 7.1 or 7.2
  • Database (MySQL 5.5 or 5.7 suggested)
  • OXID Community Edition 6.1.0+

Install the following PHP libraries/modules:

  • cURL
  • GD Library
  • Intl
  • mbstrings
  • mcrypt
  • XML
  • ZIP
  • zlib

Installing the Module

  1. Navigate to the root directory of the OXID shop, e.g. cd /var/www/html/

  2. Add the dependency via Composer: composer require wirecard/oxid-ee

    Composer has now added the module files to the vendor folder as well as to source/modules. The Wirecard OXID Module is now installed, but disabled.

  3. In the admin panel of your shop, select Extensions/Modules: Module admin page

  4. Activate the module: Module activation

  5. The module is pre-configured with default test data, so you are ready to initiate your first test payment. However, we recommend adapting the configuration to your needs.

  6. Configure the module separately for each payment method.