This plugin integrates the following Unzer payment methods in the JTL Shop:
- Alipay
- EPS
- Giropay
- iDEAL
- Credit Card / Debit Card
- PayPal
- Przelewy24
- SOFORT
- WeChat Pay
- Invoice
- Sepa Direct Debit
- Unzer Bank Transfer
- Unzer Instalment
- Unzer Invoice secured
- Unzer Direct Debit secured
- Unzer Prepayment
- JTL-Shop 4.06+ and its requirements
- PHP 7.1 - 7.4
- The following PHP extensions
- ext-json
- ext-curl
- In order to avoid rounding errors when transmitting floating point values to the API we recommend you to set the following value in your
php.ini
, which will select an enhanced algorithm for rounding such numbers.
// php.ini
; When floats & doubles are serialized store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
serialize_precision = -1
You must be registered with Unzer.
The installation of the plugin is done in the standard procedure for JTL-Shop 4 as described here.
For an update, upload the plugin to the ./includes/plugins/
folder or via the plugin manager in the shop backend in the latest version as for an installation (and overwrite all existing plugin files if necessary).
Then go to the plugin manager in the shop backend and press the update button.
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 can be found in the Instructions.