- Go to the directory
{shop-root}/source/modulesand create there a new folder named ratepay. - Copy all files of the Ratepay Payment Plugin into that new folder.
- Visit the root folder of your OXID Shop installation and open the composer.json file.
- Add the following autoload configuration:
"autoload": { "psr-4": { "pi\\ratepay\\": "./source/modules/pi/ratepay", "Ratepay\\": "./source/modules/pi/ratepay/vendor/ratepay/php-library/src" } }, - Connect via ssh to the server where you find your shop installation and it's vendor folder.
- Execute the following command to generate the required autoloader files:After successful execution you should get these responses:
vendor/bin/composer dump-autoloadGenerating autoload filesGenerated autoload files - Now empty the tmp and cache folders
...go ahead by reading the Setup and activation instructions.