unzerdev / shopware6
Unzer payment integration for Shopware 6
Installs: 5 719
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 9
Forks: 12
Type:shopware-platform-plugin
Requires
- php: >=8.2 || <=8.3
- shopware/administration: ~6.6.0
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
- unzerdev/php-sdk: ~3.6.0
Requires (Dev)
- k10r/codestyle: ^1.0
- phpstan/phpstan: ^1.3
Replaces
- dev-develop
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- v5.9.6.x-dev
- 5.9.6
- 5.9.5
- 5.9.3
- 5.9.2
- 5.9.1
- 5.9.0
- 5.8.0
- 5.7.1
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.2-beta
- 3.0.1
- 3.0.0
- 2.0.1
- 2.0.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1.0
- dev-SW6.6
- dev-SW6.7
- dev-master
This package is auto-updated.
Last update: 2024-10-23 12:25:00 UTC
README
For a full list of payment methods supported by the Unzer plugin, go to Supported payment methods.
For more details about the plugin compatability, go to Shopware store page and the Shopware requirements page.
Installation
For production
For detailed list of instructions, go to the Install the plugin section.
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 automatically generates all the files required for the plugin to work correctly.
Configuration
After the 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.
For more information about configuration, go to the Unzer Shopware 6 documentation.