unzerdev / shopware6
Unzer payment integration for Shopware 6
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ^7.2
- heidelpay/heidelpay-php: ~1.2.8.0
- shopware/administration: ^6.2 || ^6.3.0
- shopware/core: ^6.2 || ^6.3.0
- shopware/storefront: ^6.2 || ^6.3.0
Requires (Dev)
- k10r/codestyle: ^1.0
- phpstan/phpstan: ^0.12
Replaces
This package is auto-updated.
Last update: 2021-01-19 10:00:40 UTC
README
Unzer payment integration for Shopware 6 including the following payment methods:
- Alipay
- Credit Card
- EPS
- Giropay
- iDEAL
- Invoice
- PayPal
- Prepayment
- SEPA direct debit
- SOFORT
- Unzer Invoice B2C / B2B (secured, factoring)
- Unzer Direct
- Unzer direct debit (secured)
- WeChat Pay
The plugin is compatible with Shopware versions 6.2.X to 6.3.4.X
Installation
For production
- Upload the plugin files into the
custom/plugins
folder in your shopware installation. - Inside the plugin directory
custom/plugins/UnzerPayment6
runcomposer install --no-dev
- Switch to admin 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.
-
Run the following commands inside the Shopware folder:
./psh.phar administration:build
./psh.phar storefront:build
This will automatically generate all files required for the plugin to work correctly
Configuration
After the actual plugin installation it is necessary to add the new payment methods to the desired sales channel. Currently the only sales channel that is supported is the Storefront.
Further information and configuration you can find within the manual
Troubleshooting
Known Issues
This plugin is a beta-release. For all known issues please have a look at the documentation
JavaScript does not load correctly in the storefront
In this case it's required to run the command
./psh.phar storefront:build
manually in the shopware directory
I can not see the Unzer-Tab inside the order details
In this case it's required to run the command
./psh.phar administration:build
manually in the shopware directory
I do not see the plugin inside the plugin list
In this case it's required to run the command
./bin/console plugin:refresh
manually in the shopware directory
Support
If you need support please feel free to contact us via e-mail support@unzer.com