From ec6c7867f8534b0d06789cdd6584742e4d57f31f Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 14 Jul 2020 23:05:45 +0200 Subject: [PATCH] update installation instructions for OXID 6.2 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3156d07..4b32e63 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,22 @@ if the Paypal module is not used and should be removed from the shop installatio `composer require d3/oxid-paypal-replacement --update-no-dev` +* OXID eShop 6.2 only: + + ``` + composer require -n oxid-esales/oxideshop-update-component --update-no-dev + vendor/bin/oe-console oe:module:reset-configurations + ``` + * Manually remove the files from source/modules/oe/oepaypal. +* OXID eShop 6.2 only: + + ``` + vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules + vendor/bin/oe-console oe:oxideshop-update-component:transfer-module-data + + composer remove -n oxid-esales/oxideshop-update-component --update-no-dev + ``` ## Uninstall