Benutzer-Werkzeuge

Webseiten-Werkzeuge


public:faqoxid2mollie

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
public:faqoxid2mollie [2020/04/29 08:42]
markusmichalski [Mollie Payments for Oxid 6]
public:faqoxid2mollie [2020/04/29 09:37]
markusmichalski [Installation]
Zeile 1: Zeile 1:
-===Mollie Payments for Oxid 6===+======Mollie Payments for Oxid 6======
  
-====Requirements====+=====Requirements=====
  
-  ​Oxid eShop Version 6 or above +  ​Oxid eShop Version 6 or above 
-  ​Mollie Account (www.mollie.com) +  ​Mollie Account (www.mollie.com) 
-  ​FTP access to your shop system +  ​FTP access to your shop system 
-  ​For OXID versions from 6.2. you need SSH access to the shop installation.+  ​For OXID versions from 6.2. you need SSH access to the shop installation.
  
 ====Installation==== ====Installation====
Zeile 14: Zeile 14:
   * Use a Git or SVN client to check out the module-files or download the ZIP-file https://​github.com/​mollie/​mollie-oxid/​archive/​master.zip and extract its content to this directory.   * Use a Git or SVN client to check out the module-files or download the ZIP-file https://​github.com/​mollie/​mollie-oxid/​archive/​master.zip and extract its content to this directory.
   * Open the file **composer.json** in the root-directory of your shop and add this autoload-configuration or add/​complete an existing configuration with the following:   * Open the file **composer.json** in the root-directory of your shop and add this autoload-configuration or add/​complete an existing configuration with the following:
 +<code javascript>​
   "​autoload":​ {   "​autoload":​ {
     "​psr-4":​ {     "​psr-4":​ {
Zeile 21: Zeile 21:
     "​files":​ ["​./​source/​modules/​mollie/​molliepayment/​lib/​mollie-api-php/​vendor/​autoload.php"​]     "​files":​ ["​./​source/​modules/​mollie/​molliepayment/​lib/​mollie-api-php/​vendor/​autoload.php"​]
   },   },
 +</​code>​
  
   * Open a command-line on your webserver and execute the following command to regenerate the autoloader-files:​   * Open a command-line on your webserver and execute the following command to regenerate the autoloader-files:​
public/faqoxid2mollie.txt · Zuletzt geändert: 2021/04/01 14:06 von markusmichalski