unzerdev/shopware5

Unzer payment integration for Shopware 5

Installs: 5 080

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 3

Type:shopware-plugin

1.9.0 2024-03-19 07:25 UTC

This package is auto-updated.

Last update: 2024-04-19 10:53:26 UTC


README

Installation

You can also get this plugin via the Shopware Community Store.

For production

  1. Upload the plugin files into the custom/plugins folder in your shopware installation.
  2. Inside the plugin directory custom/plugins/UnzerPayment run composer install --no-dev
  3. Switch to backend and install the plugin using the Shopware plugin manager and configure it as you need.

For development

  1. Clone the plugin repository into the custom/plugins folder in your shopware installation.
  2. Inside the plugin directory run composer install
  3. 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

  1. Uninstall the Heidelpay plugin. Make sure that the stored data of the plugin is not deleted.
  2. Install and configure the Unzer plugin.
  3. Activate the Unzer payment methods and assign them to the corresponding shipping methods.
  4. Orders placed with the Heidelpay plugin can now be processed as usual via the Unzer plugin in the Shopware backend.