-
Notifications
You must be signed in to change notification settings - Fork 4
Plugin Configuration
Christian edited this page Jun 24, 2021
·
1 revision
There are many things you can configure in this plugin. Here is a description about every single configuration option.
Please configure these settings to make sure the communication from and to Mollie works correctly.
Configuration | Default | Description |
---|---|---|
Live Key | - | Please enter your Live API Key. This is the API key that is used when in production mode (testing mode disabled). You need this. You can use separate keys for each subshop if you'd like. You'll find it in your Mollie Account |
Test Key | - | Please enter your Test API Key. This is the API key that is used when testing mode is enabled. You need this if you want to test payments/orders. You'll find it in your Mollie Account |
Profil ID | - | Please enter your Profile ID. It is needed by Mollie Components. You'll find it in your Mollie Account |
Test API als Admin | on | If you're logged in as Admin, in the Shop Backend, the the Shop will automatically use the Test API Key for your Orders. |
Fallback-Locale | de_DE | If the customers Locale is not found, or not supported by Mollie, this one will be used. |
Configuration | Default | Description |
---|---|---|
Abgeschlossene Bestellungen ausblenden | off | If activated, completed and shipped Orders are no longer shown in the Plugins' Orders table |
Bestellungen automatisch stornieren | off | If orders get canceld by the WAWI, the Plugin can try to cancel or refund the payment automatically. |
Unbezahlte Bestellungen stornieren | 0 (off) | If active, the plugin tries to cancel unpaid orders, after a given time (in hours). 0 = disabled |
Nur bezahlte Bestellungen in die WAWI übertragen | on | If active, only paid orders are transferred to the WAWI (Payment after Order) |
Order completion | Y (direct) | Order Completion Modes: - direct redirect - after 3 seconds - no redirect, button |
Configuration | Default | Description |
---|---|---|
Zahlart bei erneutem zahlvorgang zurücksetzen | off | If a payment fails, the Plugin will try to "reset" the method, so the Customer can chosse between all availabe Mollie methods. |
Payment API Description | Order {orderNumber} | This will be set as Payment Description. Available Variables: {orderNumber} , {storeName} , {customer.firstname} , {customer.lastname} , {customer.company}
|
Kunden bei Mollie anlegen (Customer API) | yes | If active, customers can save the Customer information at Mollie, needed for Single-Click payments |
Configuration | Default | Description |
---|---|---|
Versand bei Mollie | yes | - yes - the Plugin tries to ship all orders- only customers and complete - the Plugin only shipps complete or registered customer's orders- no - the plugin will not ship any orders |
Teilversand Verhalten | B | Only concerns Guest Orders and partial shipments - A (Direkt alles versenden) will ship all orders directly and complete, even if only partly shipped- B (Erst bei komplett Versand versenden) will ship orders, as soon as they are complete shipped. |