8
0
Fork 0

update installation instructions for OXID 6.2

Dieser Commit ist enthalten in:
Daniel Seifert 2020-07-14 23:05:45 +02:00
Ursprung 711ae6bbf5
Commit ec6c7867f8
Signiert von: DanielS
GPG-Schlüssel-ID: 6A513E13AEE66170
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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