unzerdev / shopware5
Unzer payment integration for Shopware 5
Installs: 5 136
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 2
Type:shopware-plugin
Requires
- composer/installers: ^1.5
- unzerdev/php-sdk: ~3.7.0
Requires (Dev)
- k10r/codestyle: ^1.0
- phpstan/phpstan: 0.12.*
- roave/security-advisories: dev-master
README
Installation
You can also get this plugin via the Shopware Community Store.
For production
- Upload the plugin files into the
custom/plugins
folder in your shopware installation. - Inside the plugin directory
custom/plugins/UnzerPayment
runcomposer install --no-dev
- Switch to backend and install the plugin using the Shopware plugin manager and configure it as you need.
For development
- Clone the plugin repository into the
custom/plugins
folder in your shopware installation. - Inside the plugin directory run
composer install
- Go to the plugin manager and install/activate the plugin.
Configuration
After the actual plugin installation it is necessary to activate the new payment methods and add them to the desired shipping methods.
Further information and configuration you can find within the manual.
Migration from HeidelPayment to UnzerPayment
- Uninstall the Heidelpay plugin. Make sure that the stored data of the plugin is not deleted.
- Install and configure the Unzer plugin.
- Activate the Unzer payment methods and assign them to the corresponding shipping methods.
- Orders placed with the Heidelpay plugin can now be processed as usual via the Unzer plugin in the Shopware backend.