Skip to content
ProudCommerce edited this page Nov 9, 2017 · 12 revisions

OXID module connector can be installed three different ways:

1. via Download

  1. download OXID Modul Connector
  2. Extract the module (oxcom-omc) to the /modules directory of your OXID eShop installation
  3. Activate the module in the admin panel
  4. That´s it!

2. via Composer for OXID 4/5

Add the following lines to your composer.json-file.

{
  "repositories": {
    "OXIDprojects/OXID-Module-Connector": {
      "type": "vcs",
      "url": "https://github.com/OXIDprojects/OXID-Module-Connector.git"
    }
  }
}

2. via Composer for OXID 6

Add the following lines to your composer.json-file.

composer require oxid-community/modul-connector:dev-module-oxid6

4. via Terminal

Download the OXID module connector core via terminal, HTTP or cURL:

curl -O https://raw.githubusercontent.com/ioly/ioly/core/ioly.php


Uninstall

You're not satisfied with this module? Bummer! Of course you can uninstall this module as easy as any other:

  1. De-activate the module in the list of your installed modules
  2. Delete the folder modules/oxcom/omc from the modules directory of your server
  3. Check your installed modules again - OMC shall be gone.