Skip to content

Installation

Caroline Pfoser edited this page Aug 12, 2020 · 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:

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

Browser compatibility

Supported desktop browsers

  • Chrome
  • Safari (MacOS)
  • Firefox
  • Edge

Supported mobile browsers

  • Chrome
  • Safari

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.