A newer version of this documentation is available: View the Latest Version

Installation

After The Order Export component gets installed with Composer and the modules are registered, the functionality of the Process Pipelines is ready to use.

Installation for Magento

composer require pacemaker/component-order-export (1)

bin/magento setup:upgrade (2)
1 Install the Component Pacemaker Order Export using Composer
2 Register the Modul in Magento

Example

Composer JSON installation file
{
  "name": "techdivision/pacemaker-order-export",
  "description": "Base module for order export via Pacemaker",
  "require": {
    "php": "~7.4.0|~8.0.0|~8.1.0",
    "magento/framework": "^102.0.0 | ^103.0.0",
    "magento/module-sales": "^102.0.0 | ^103.0.0",
    "magento/module-store": "^101.0.0 | ^101.1.0",
    "magento/module-payment": "^100.3.0 | ^100.4.0",
    "magento/module-config": "^101.1.0 | ^101.2.0",
    "techdivision/process-pipelines": "^2.0.0",
    "techdivision/pacemaker-order-workflow": "^2.0.0",
    "techdivision/pacemaker-pipeline-initializer": "^3.0.0"
  },
  "type": "magento2-module",
  "license": "proprietary",
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "TechDivision\\PacemakerOrderExport\\": ""
    }
  }
}
  • The version numbers of the individual modules here are only an example

  • They are bound to the respective component version please do not consider